1.1.2 • Published 10 years ago
node-warp v1.1.2
WARP
Web-agnostic Rapid Prototyping tools
Overview

Installation
$ npm install node-warp --saveUsage
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