npm-as-promised

0.0.7 • Public • Published

About

Allows you to interact with the npm commands using es6 promises instead of callbacks

Install

npm install npm-as-promised --save-dev

Usage

npm.load and all npm.commands are now wrapped in a promise api. See below:

npm.load(config).then(function(){
    //do cool stuff
}).catch(function(){
    //Something went wrong, not cool
)

Readme

Keywords

Package Sidebar

Install

npm i npm-as-promised

Weekly Downloads

7

Version

0.0.7

License

ISC

Last publish

Collaborators

  • marthinus.engelbrecht