mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 20:50:36 +00:00
.. | ||
lib | ||
src | ||
utils | ||
.gitignore | ||
eslint.config.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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!