1.0.2 • Published 3 years ago

@bot-js/cli v1.0.2

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

@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) 🚀

oclif Version Downloads/week License

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 build

See code: src/commands/build.ts

botjs dev

start the current botjs project in watch mode

USAGE
  $ botjs dev

See code: src/commands/dev.ts

botjs format

prettify the current botjs project using prettier

USAGE
  $ botjs format

See 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 CLI

See code: @oclif/plugin-help

botjs lint

lint the current botjs project for eslint errors

USAGE
  $ botjs lint

See code: src/commands/lint.ts

botjs start

start the built botjs project

USAGE
  $ botjs start

See code: src/commands/start.ts