Execute npm commands programmly with asynchronously or synchronously(npm install deasync
first to support sync).
Usage
command = require 'npm-command'install = require 'npm-command/lib/install'config = require 'npm-command/lib/config' #install 'aNpmPackageName', {save:true}, (err, data)-> configset save:true unless err command 'install''aPackageName' # MUST install deasync pacakge first. installsync 'aNpmPackageName'save:true if installsync
API
TODO
License
MIT