whatiz

1.0.2 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0

Package Sidebar

Install

npm i whatiz

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • rishi