ape-installing

1.1.0 • Public • Published

ape-installing

Build Status Code Climate Code Coverage npm Version

ape framework module for installing modules.

Installation

$ npm install ape-installing --save-dev

Usage

Install a Module Unless Installed globally.

var apeInstalling = require('ape-installing');
 
apeInstalling.unlessGlobal('mocha', function (err) {
    /*..*/
});

Options for unlessGlobal

Key Type Default Description
cwd string process.cwd() Working directory path.
bin string name Name of bin.
save boolean false Save to package.json
saveDev boolean false Save as dev to package.json
global boolean false Save as global module.
exit boolean false Exit process when done.

License

This software is released under the MIT License.

Links

/ape-installing/

    Package Sidebar

    Install

    npm i ape-installing

    Weekly Downloads

    10

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • okunishinishi