wiggin
v0.10.0
Published
a web framework
Downloads
40
Readme
Wiggin
A fullstack web framework
install
$ npm install -g wiggin
scaffold
$ mkdir my-app
$ cd !$
$ wiggin create
start your server
$ make
CLI
$ wiggin build
Creates your compiled pug
views, then bundles your client dependency tree given the client
input found in wiggin-conf.json
.
$ wiggin ender
Builds your ender package.json
into a single file.