create-guilded-bot/packages/cli
2022-11-21 14:55:34 +05:30
..
lib feat: stable template setup & TypeScript template README 2022-11-20 12:10:54 +05:30
src feat: stable CLI release 2022-11-21 14:55:34 +05:30
utils feat: stable(r) dependency installation and colorful logging 2022-11-19 18:39:25 +05:30
.gitignore chore: gitignore 2022-11-21 14:43:57 +05:30
eslint.config.json feat: initialize cli & dependency installation 2022-11-19 12:31:57 +05:30
package.json feat: stable CLI release 2022-11-21 14:55:34 +05:30
README.md feat(cli): README 2022-11-20 12:32:27 +05:30
tsconfig.json feat: stable CLI release 2022-11-21 14:55:34 +05:30

Create Guilded Bot

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:

npx create-guilded-bot@latest
# yarn
yarn create guilded-bot
# pnpm 
pnpm create guilded-bot

You will be asked the following questions:

✔ Where should the project be initialized? … Directory
✔ Which flavor? … TypeScript/JavaScript

Answer accordingly, and you're good to go!