GithubHelp home page GithubHelp logo

atom-node-module-installer's Introduction

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:

  • debug: A Boolean that will build the debug version of node modules.
  • vebose: A Boolean that will display npm's stdout and stderr

Development

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

To build publish the module run the default gulp command.

atom-node-module-installer's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

atom-node-module-installer's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.