gsv
v0.0.1
Published
Opinionated gatsby starter with powerful cli tools
Downloads
5
Readme
gsv
Opinionated gatsby starter with powerful cli tools
Usage
$ npm install -g gsv
$ gsv COMMAND
running command...
$ gsv (-v|--version|version)
gsv/0.0.0 linux-x64 node-v10.10.0
$ gsv --help [COMMAND]
USAGE
$ gsv COMMAND
...
Commands
gsv hello [FILE]
describe the command here
USAGE
$ gsv hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ gsv hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
gsv help [COMMAND]
display help for gsv
USAGE
$ gsv help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
gsv new:blog [PATH]
creates a new gatsby blog
USAGE
$ gsv new:blog [PATH]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --starter=starter [default: default] gatsby sttarter to use
See code: src/commands/new/blog.ts
gsv new:page [FILE]
add a new page to the current blog
USAGE
$ gsv new:page [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/new/page.ts
gsv new:post [FILE]
add a new post to the current blog
USAGE
$ gsv new:post [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/new/post.ts