Thanks to visit codestin.com
Credit goes to github.com

Skip to content

peakwinter/stork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.1.0 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

stork serve

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published