0.0.7 • Published 8 years ago

npm-as-promised v0.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

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
)
0.0.7

8 years ago

0.0.6

8 years ago

0.0.4

8 years ago

0.0.5

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago