1.1.0 • Published 8 years ago

ape-installing v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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

KeyTypeDefaultDescription
cwdstringprocess.cwd()Working directory path.
binstringnameName of bin.
savebooleanfalseSave to package.json
saveDevbooleanfalseSave as dev to package.json
globalbooleanfalseSave as global module.
exitbooleanfalseExit process when done.

License

This software is released under the MIT License.

Links