checkpackage

1.2.0 • Public • Published

checkpackage NPM version Build Status Dependency Status Coverage percentage

a module to check if a module exists on npm registry or not.

It's a command line utility build out of nodejs. I am making a http request from this application using a node module.

Installation

$ npm install --save checkpackage

Usage

const checkpackage = require('checkpackage');
 
checkpackage('Rainbow');

License

MIT © Amit Upadhyay

Package Sidebar

Install

npm i checkpackage

Weekly Downloads

0

Version

1.2.0

License

MIT

Last publish

Collaborators

  • developerupadhyay