botit-cli
v4.2.3
Published
CLI for rapid bot building
Downloads
19
Maintainers
Readme
botit-cli
CLI for rapid bot building. Creates a botit project.
Install
$ npm install botit-cli
Use
$ botit-cli init <project-name> <platform>
Create a new message
$ botit-cli generate message <name>
or
$ botit-cli g message <name>