1.0.2 • Published 5 years ago
@bot-js/cli v1.0.2
@bot-js/cli
A progressive Node.js framework for building efficient, scalable, and enterprise-grade bot applications on top of Typescript & JavaScript (ES6, ES7, ES8) 🚀
Usage
$ npm install -g @bot-js/cli
$ botjs COMMAND
running command...
$ botjs (-v|--version|version)
@bot-js/cli/1.0.1 darwin-x64 node-v14.16.0
$ botjs --help [COMMAND]
USAGE
$ botjs COMMAND
...Commands
botjs build
build the current botjs project
USAGE
$ botjs buildSee code: src/commands/build.ts
botjs dev
start the current botjs project in watch mode
USAGE
$ botjs devSee code: src/commands/dev.ts
botjs format
prettify the current botjs project using prettier
USAGE
$ botjs formatSee code: src/commands/format.ts
botjs help [COMMAND]
display help for botjs
USAGE
$ botjs help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLISee code: @oclif/plugin-help
botjs lint
lint the current botjs project for eslint errors
USAGE
$ botjs lintSee code: src/commands/lint.ts
botjs start
start the built botjs project
USAGE
$ botjs startSee code: src/commands/start.ts