Skip to content

abernier/nq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

npm install nq

hosted on NPM registry

Usage

Client side

<script src="node_modules/nq/lib/index.js"></script>

Server-side

$ = require 'nq'
$1 = require('nq').create(window1)
$2 = require('nq').create(window2)

Dev

Requirements:

Build

npm run _build

Publish

  • Be sure to have npm adduser you
  • Bump package.json.version

Then:

npm publish
git tag -a vX.Y.Z -m 'Tagging X.Y.Z'
git push origin vX.Y.Z