node-warp

Web-agnostic Rapid Prototyping tools

Usage no npm install needed!

<script type="module">
  import nodeWarp from 'https://cdn.skypack.dev/node-warp';
</script>

README

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