create-guilded-bot/packages/cli/README.md

20 lines
631 B
Markdown
Raw Normal View History

<img width=70% src="https://raw.githubusercontent.com/CompeyDev/create-guilded-bot/main/assets/primary-logo_color.png">
<br>
2022-11-20 07:02:27 +00:00
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
npx create-guilded-bot@latest
# yarn
yarn create guilded-bot
# pnpm
pnpm create guilded-bot
```
You will be asked the following questions:
```bash
✔ Where should the project be initialized? … Directory
✔ Which flavor? … TypeScript/JavaScript
```
Answer accordingly, and you're good to go!