@sector/toast
v0.0.4
Published
The best place to Stack your JAM
Downloads
4
Readme
toast
The best place to Stack your JAM
Usage
$ npm install -g @sector/toast
$ toast COMMAND
running command...
$ toast (-v|--version|version)
@sector/toast/0.0.1 darwin-x64 node-v11.15.0
$ toast --help [COMMAND]
USAGE
$ toast COMMAND
...
Commands
toast bake
Bake your application
USAGE
$ toast bake
DESCRIPTION
* Don't bundle
* Render HTML
See code: src/commands/bake.js
toast chai
Brew some chai and get developing.
USAGE
$ toast chai
DESCRIPTION
* watches files, does stuff
See code: src/commands/chai.js
toast help [COMMAND]
display help for toast
USAGE
$ toast help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
toast incremental
Incremental your application
USAGE
$ toast incremental
DESCRIPTION
* Don't bundle
* Render HTML
See code: src/commands/incremental.js
toast shake
The part before the bake.
USAGE
$ toast shake
DESCRIPTION
* Fetch data
* Prepare dependencies (run snowpack)
See code: src/commands/shake.js