0.3.2 • Published 3 years ago

storytoy-cli v0.3.2

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

storytoy-cli

Read and write interactive stories.

oclif Version Downloads/week License

Usage

$ npm install -g storytoy-cli
$ storytoy COMMAND
running command...
$ storytoy (-v|--version|version)
storytoy-cli/0.3.2 linux-x64 node-v16.3.0
$ storytoy --help [COMMAND]
USAGE
  $ storytoy COMMAND
...

Commands

storytoy config [DIRECTORY]

configure a directory for storytoy

USAGE
  $ storytoy config [DIRECTORY]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/config.ts

storytoy create [ID]

create a new choice

USAGE
  $ storytoy create [ID]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/create.ts

storytoy delete [DIRECTORY]

safely delete a choice

USAGE
  $ storytoy delete [DIRECTORY]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/delete.ts

storytoy help [COMMAND]

display help for storytoy

USAGE
  $ storytoy help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

storytoy read [DIRECTORY]

jump into a story

USAGE
  $ storytoy read [DIRECTORY]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/read.ts

storytoy update [DIRECTORY]

safely update a choice

USAGE
  $ storytoy update [DIRECTORY]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/update.ts