0.2.1 • Published 5 years ago

botbyte v0.2.1

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

botbyte

WORK IN PROGRESS An abstraction layer for creating Byteball bot

oclif Version CircleCI Codecov Downloads/week License

Usage

$ 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]

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