1.0.2 • Published 6 years ago

bitstor-cli v1.0.2

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

bitstor-cli

Reuse your Vue components

oclif Version Downloads/week License

Usage

$ npm install -g bitstor-cli
$ bitstor COMMAND
running command...
$ bitstor (-v|--version|version)
bitstor-cli/1.0.1 linux-x64 node-v10.10.0
$ bitstor --help [COMMAND]
USAGE
  $ bitstor COMMAND
...

Commands

bitstor add FILE

Add a component

USAGE
  $ bitstor add FILE

ARGUMENTS
  FILE  Type the path to the component you want to add

DESCRIPTION
  ...
  Register a new component, and add it to a store

See code: src/commands/add.js

bitstor create [NAME]

Create Space

USAGE
  $ bitstor create [NAME]

ARGUMENTS
  NAME  Enter the Space name

DESCRIPTION
  ...
  Create a new Space for components

See code: src/commands/create.js

bitstor hello

Describe the command here

USAGE
  $ bitstor hello

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

bitstor help [COMMAND]

display help for bitstor

USAGE
  $ bitstor help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

bitstor import BIT

Import a component

USAGE
  $ bitstor import BIT

ARGUMENTS
  BIT  Enter the Bit space and name

DESCRIPTION
  ...
  Import a component from a space into the current folder

See code: src/commands/import.js

bitstor login

Login to BitStor

USAGE
  $ bitstor login

DESCRIPTION
  ...
  Login to the BitStor service

See code: src/commands/login.js