1.0.2 • Published 8 years ago

whatiz v1.0.2

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

whatiz

Display one-line manual node package descriptions available on npmjs.

Build Status

Install

$ npm install --save whatiz

Usage

'use strict';

const whatiz = require('whatiz');

whatiz('packstat').then(manual => {
	console.log(manual);
		// => Displays metrics about npm modules.
})

Related

  • whatiz-cli : CLI Tool for whatiz.

  • packages-by : Total packages published by a npm user.

  • packstat : Displays metrics about npm modules.

  • curver : Easily fetch the latest version of node module available on npm.

License

MIT © Rishi Giri