node-warp
v1.1.2
Published
Web-agnostic Rapid Prototyping tools
Downloads
129
Readme
WARP
Web-agnostic Rapid Prototyping tools
Overview
Installation
$ npm install node-warp --save
Usage
import warp from 'node-warp';
let app = warp({ name: 'pretty-fucking-awesome' });
app.start())
.then(() => app.bus.emit(`log`, `app started`))
.catch(console.error);
Linting
Using ESLint with babel-eslint plugin
npm run lint