storytoy-cli
v0.3.2
Published
Read and write interactive stories.
Downloads
4
Readme
storytoy-cli
Read and write interactive stories.
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]
storytoy create [ID]
storytoy delete [DIRECTORY]
storytoy help [COMMAND]
storytoy read [DIRECTORY]
storytoy update [DIRECTORY]
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