0.9.0 • Published 10 years ago

atom-node-module-installer v0.9.0

Weekly downloads
14
License
-
Repository
github
Last release
10 years ago

atom-node-module-installer

Install node modules for atom-shell applications. This is needed because native node modules used by atom-shell need to be compiled against a forked version of node.js.

Installing

npm install atom-node-module-installer

Usage

installNodeModules = require('atom-node-module-installer')
installNodeModules(appPath, atomShellVersion, npmCachePath, [options])

Returns: an ES6 Promise.

appPath: A string containing the path where the atom-shell application is located.

atomShellVersion: A string containing the atom-shell version to compile against (example: '0.16.2') versions can be found https://github.com/atom/atom-shell/releases

npmCachePath: A string containing a path to store an atom-shell specific npm cache (example: './.atom-npm')

options: An optional object containing a debug key. Used if a debug version of a native module is needed.

Development

There are no tests... ¯_(ツ)_/¯

To build publish the module run the default gulp command.

0.9.0

10 years ago

0.8.0

10 years ago

0.7.0

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago