fetch-nice-package

1.0.2 • Public • Published

fetch-nice-package Build Status

fetch cleaned package metadata from the npm registry.

Install

$ npm install --save fetch-nice-package

Usage

const fetchNicePackage = require('fetch-nice-package');
 
fetchNicePackage('nice-package')
.then(info => console.log(info))
.catch(err => console.error(err))

P.S: info will have all the convenience-methods that nice-package has.

API

fetchNicePackage(input)

input

Type: string

Node module name.

License

MIT © Hemanth.HM

Package Sidebar

Install

npm i fetch-nice-package

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • hemanth