create-guilded-bot/packages/cli
2022-11-21 21:44:17 +05:30
..
lib feat: stable template setup & TypeScript template README 2022-11-20 12:10:54 +05:30
src fix: template download URLs 2022-11-21 15:01: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 chore(README & package): bump package version and include banner in CLI readme 2022-11-21 21:44:17 +05:30
README.md chore(README & package): bump package version and include banner in CLI readme 2022-11-21 21:44:17 +05:30
tsconfig.json feat: stable CLI release 2022-11-21 14:55:34 +05:30


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!