Skip to content

nice-registry/fetch-nice-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

fetch cleaned package metadata from the npm registry.

Resources

License

Stars

Watchers

Forks

Packages

No packages published