Skip to content

ded/wiggin

Repository files navigation

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.