Asjidkalam / nw-with-arm

NW Installer including ARM-Build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nw-with-arm

Download and install nw for osx, windows and linux (including an running ARM version)

Install

Just set the version for this package to the same as NW.js and start npm install. When the system is ARM based the 0.12.2 package will be downloaded.

{
    "dependencies": {
        "nw-with-arm": "0.14.0"
    }
}

Get bin path

var findpath = require('nw-with-arm').findpath;
var nwpath = findpath();

About

NW Installer including ARM-Build


Languages

Language:JavaScript 100.0%