Static site generator based on Parcel, Pug, Typescript and SASS
$ npm install -g stork-ssg
$ stork COMMAND
running command...
$ stork (-v|--version|version)
stork-ssg/1.1.0 darwin-x64 node-v10.15.3
$ stork --help [COMMAND]
USAGE
$ stork COMMAND
...builds static site source files into a HTML/asset bundle
USAGE
$ stork build
OPTIONS
-h, --help show CLI help
-p, --path=path path to site source
EXAMPLE
$ stork build
✨ Built in 358ms.
See code: dist/commands/build.ts
display help for stork
USAGE
$ stork help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
serves static site source files and rebuilds on changes
USAGE
$ stork serve
OPTIONS
-h, --help show CLI help
-p, --path=path path to site source
EXAMPLE
$ stork serve
✨ Built in 358ms.
See code: dist/commands/serve.ts