An open API service indexing awesome lists of open source software.

https://github.com/ded/wiggin

a web framework
https://github.com/ded/wiggin

Last synced: 3 months ago
JSON representation

a web framework

Awesome Lists containing this project

README

          

## Wiggin
A fullstack web framework

### install
``` sh
$ npm install -g wiggin
```

### scaffold
``` sh
$ mkdir my-app
$ cd !$
$ wiggin create
```

### start your server
``` sh
$ make
```

### CLI
``` sh
$ wiggin build
```
Creates your compiled [`pug`](https://pugjs.org/) views, then bundles your client dependency tree given the `client` input found in `wiggin-conf.json`.

``` sh
$ wiggin ender
```
Builds your ender `package.json` into a single file.