mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-13 13:30:36 +00:00
chore(README & package): bump package version and include banner in CLI readme
This commit is contained in:
parent
e0638a1ce0
commit
92276f247e
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue