feat: Added version command & created readme (#25)

* feat: Created help command

* fix: Fixed a typo in version command

* feat: Added version command to index.js & changed export type to default

* chore: Updated version command

* chore: Updated help command

* chore: Updated init command

* feat: Added version shortcut command

* docs: Created README

* chore: Added what @jacobees wanted

* docs: Changed the README description

* docs: Updated README

* docs: Fix what Evo wanted

* revert: Reverted what Evo wanted

* revert: Reverting default export

* revert: Reverting the default export

* revert: Reverted the default export

* feat: Version is now come from package.json

* fix: Fixed experimental error

* chore: Updated what evo wanted

* refractor: Changed v to flag

* feat(v): use flags

* docs: some stuff

Co-authored-by: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com>
This commit is contained in:
Evo
2022-05-14 12:24:10 +05:30
committed by GitHub
parent 5f360c5852
commit 7535a5e026
4 changed files with 45 additions and 2 deletions

33
README.md Normal file
View File

@@ -0,0 +1,33 @@
# Sern CLI
Our CLI allows you to setup and manage Discord bot projects without writing a single line of code!
😁 **User Friendly** <br>
💦 **Simple** <br>
🌱 **Efficient** <br>
💪 **Powerful** <br>
## 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
#### TODO