mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
docs: update readme
This commit is contained in:
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
@@ -1,2 +1,2 @@
|
||||
* @EvolutionX-10
|
||||
* @Allyedge
|
||||
* @Allyedge
|
||||
* @EvolutionX-10
|
||||
23
README.md
23
README.md
@@ -1,5 +1,8 @@
|
||||
# Sern CLI
|
||||
|
||||
[](https://github.com/sern-handler/cli)
|
||||
[](https://github.com/sern-handler/cli)
|
||||
|
||||
Our CLI allows you to setup and manage Discord bot projects without writing a single line of code!
|
||||
|
||||
😁 **User Friendly** <br>
|
||||
@@ -7,6 +10,10 @@ Our CLI allows you to setup and manage Discord bot projects without writing a si
|
||||
🌱 **Efficient** <br>
|
||||
💪 **Powerful** <br>
|
||||
|
||||
## License
|
||||
|
||||
[](https://github.com/sern-handler/cli)
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
@@ -29,7 +36,21 @@ When you install the CLI, you can use our commands with **sern** prefix.
|
||||
|
||||
## Setting Up Your Project
|
||||
|
||||
#### TODO
|
||||
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
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"discord.js"
|
||||
],
|
||||
"contributors": [
|
||||
"EvolutionX-10",
|
||||
"Allyedge"
|
||||
"Allyedge",
|
||||
"EvolutionX-10"
|
||||
],
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
|
||||
Reference in New Issue
Block a user