1.0.7 • Published 2 years ago

@ghom/create-bot.ts v1.0.7

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

$ npm install -g @ghom/create-bot.ts
$ create bot "my-bot"
$ cd "my-bot"
$ create command "my-command"
# Enjoy!

Usage without global install

YARN'S "create" COMMAND DOES NOT WORK BECAUSE I CANNOT NAME THIS PACKAGE "create-bot.ts" DUE TO ANOTHER PACKAGE WHOSE NAME IS TOO CLOSE TO MINE (create-bot-ts)

$ npx @ghom/create-bot.ts bot "my-bot"
$ cd "my-bot"
$ npx @ghom/create-bot.ts command "my-command"
# Enjoy!
1.0.7

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago