node-warp

1.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-warp

Weekly Downloads

8

Version

1.1.2

License

ISC

Last publish

Collaborators

  • potrata