chore(README & package): bump package version and include banner in CLI readme

This commit is contained in:
Erica Marigold 2022-11-21 21:44:17 +05:30
parent e0638a1ce0
commit 92276f247e
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
# Create Guilded Bot <img width=70% src="https://raw.githubusercontent.com/CompeyDev/create-guilded-bot/main/assets/primary-logo_color.png">
<br>
A CLI to quickly generate & bootstrap guilded.js bot projects. This tool enables you to start a bare-bones, minimal guilded bot project, with necessary tooling set up for you. To get started, run: A CLI to quickly generate & bootstrap guilded.js bot projects. This tool enables you to start a bare-bones, minimal guilded bot project, with necessary tooling set up for you. To get started, run:
```bash ```bash

View file

@ -1,6 +1,6 @@
{ {
"name": "create-guilded-bot", "name": "create-guilded-bot",
"version": "0.2.0", "version": "0.2.1",
"description": "", "description": "",
"main": "dist/src/index.js", "main": "dist/src/index.js",
"bin": { "bin": {