https://github.com/ded/wiggin
a web framework
https://github.com/ded/wiggin
Last synced: 3 months ago
JSON representation
a web framework
- Host: GitHub
- URL: https://github.com/ded/wiggin
- Owner: ded
- Created: 2014-02-16T08:00:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T00:22:11.000Z (about 8 years ago)
- Last Synced: 2026-02-14T05:21:38.645Z (4 months ago)
- Language: JavaScript
- Size: 187 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.