0.0.2-beta • Published 2 years ago
create-ts-bot v0.0.2-beta
@ghom/create-bot.ts
CLI for make Discord bots in TypeScript quickly with discord.js
Usage with global install (recommended)
$ npm install -g create-ts-bot
$ create bot "my-bot"
$ cd "my-bot"
$ create command "my-command"
# Enjoy!
Usage without global install
# With NPM
$ npx create-ts-bot bot "my-bot"
$ cd "my-bot"
$ npx create-ts-bot command "my-command"
# With Yarn
$ yarn create ts-bot bot "my-bot"
$ cd "my-bot"
$ yarn create ts-bot command "my-command"
# Enjoy!
0.0.2-beta
2 years ago
0.0.1-beta
2 years ago