potrata / warp

Web-agnostic Rapid Prototyping system
0 stars 1 forks source link

WARP

Web-agnostic Rapid Prototyping tools

Overview

Classes

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