0.0.7 • Published 4 years ago

bangle-scripts v0.0.7

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

bangle-scripts

CLI for developing bangle.js apps

oclif Version Downloads/week License

Usage

$ npm install -g bangle-scripts
$ bangle-scripts COMMAND
running command...
$ bangle-scripts (-v|--version|version)
bangle-scripts/0.0.6 darwin-x64 node-v12.10.0
$ bangle-scripts --help [COMMAND]
USAGE
  $ bangle-scripts COMMAND
...

Commands

bangle-scripts help [COMMAND]

display help for bangle-scripts

USAGE
  $ bangle-scripts help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

bangle-scripts start

start bangle.js app development

USAGE
  $ bangle-scripts start

OPTIONS
  -e, --emulate  run bangle.js app in electron emulator
  -s, --src=src  path to bangle.js app source

See code: src/commands/start.js

bangle-scripts upload

Upload app to bangle

USAGE
  $ bangle-scripts upload

OPTIONS
  -c, --config=config  path to config file for app

See code: src/commands/upload.js

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago