1.1.0 • Published 6 years ago

stork-ssg v1.1.0

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

Stork

Static site generator based on Parcel, Pug, Typescript and SASS

CLI

Usage

$ npm install -g stork-ssg
$ stork COMMAND
running command...
$ stork (-v|--version|version)
stork-ssg/1.0.2 darwin-x64 node-v10.15.3
$ stork --help [COMMAND]
USAGE
  $ stork COMMAND
...

Commands

stork build

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

stork help [COMMAND]

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