diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4516c28..f94c4b3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ -* @EvolutionX-10 -* @Allyedge \ No newline at end of file +* @Allyedge +* @EvolutionX-10 \ No newline at end of file diff --git a/README.md b/README.md index c4ca306..958c268 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 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) + Our CLI allows you to setup and manage Discord bot projects without writing a single line of code! 😁 **User Friendly**
@@ -7,6 +10,10 @@ Our CLI allows you to setup and manage Discord bot projects without writing a si 🌱 **Efficient**
💪 **Powerful**
+## License + +[![GitHub License](https://img.shields.io/github/license/sern-handler/cli?style=for-the-badge)](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 diff --git a/package.json b/package.json index ea55f69..6b48100 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "discord.js" ], "contributors": [ - "EvolutionX-10", - "Allyedge" + "Allyedge", + "EvolutionX-10" ], "license": "ISC", "bugs": {