0.0.2-beta • Published 2 years ago

create-ts-bot v0.0.2-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@ghom/create-bot.ts

CLI for make Discord bots in TypeScript quickly with discord.js

oclif Version Downloads/week License

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!