An abstraction layer for creating Byteball bot
npm install botbytebotbyte
=======
> WORK IN PROGRESS
An abstraction layer for creating Byteball bot






sh-session
$ npm install -g botbyte
$ botbyte COMMAND
running command...
$ botbyte (-v|--version|version)
botbyte/0.1.0 linux-x64 node-v10.14.1
$ botbyte --help [COMMAND]
USAGE
$ botbyte COMMAND
...
`
Commands
* [botbyte help [COMMAND]](#botbyte-help-command)
* [botbyte new [FILE]](#botbyte-new-file)
* [botbyte run [FILE]](#botbyte-run-file)botbyte help [COMMAND]display help for botbyte
`
USAGE
$ botbyte help [COMMAND]ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
`_See code: @oclif/plugin-help_
botbyte new [FILE]describe the command here
`
USAGE
$ botbyte new [FILE]OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
`_See code: dist/commands/new.ts_
botbyte run [FILE]describe the command here
`
USAGE
$ botbyte run [FILE]OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
``_See code: dist/commands/run.ts_