Files
cli/README.md
2022-06-06 10:43:23 +02:00

60 lines
1.4 KiB
Markdown

# Sern CLI
[![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)](https://github.com/sern-handler/cli)
[![Build](https://img.shields.io/github/workflow/status/sern-handler/cli/goreleaser?style=for-the-badge)](https://github.com/sern-handler/cli)
[![NPM](https://img.shields.io/npm/dt/@sern/cli?style=for-the-badge)](https://npmjs.com/@sern/cli)
Our CLI allows you to setup and manage Discord bot projects without writing a single line of code!
😁 **User Friendly** <br>
🔥 **Fast** <br>
💦 **Simple** <br>
🌱 **Efficient** <br>
💪 **Powerful** <br>
## License
[![GitHub License](https://img.shields.io/github/license/sern-handler/cli?style=for-the-badge)](https://github.com/sern-handler/cli)
## Installation
```sh
npm install -g @sern/cli@latest
```
```sh
yarn add -g @sern/cli@latest
```
```sh
pnpm add -g @sern/cli@latest
```
## Getting Started
When you install the CLI, you can use our commands with **sern** prefix.
`sern <command> (opt)<flag>`
## Setting Up Your Project
To create a new project, you can simply run the following command:
```sh
sern init
```
The `init` command will ask you some questions and at the end it will generate a new project.
## Help
If you need help, you can always run the following command:
```sh
sern help
```
## Stats
![Alt](https://repobeats.axiom.co/api/embed/5eb8cf0f79fecee29cc81cd2eca5f6321981304e.svg "Feel free to contribute")