Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajikaimal/npm-checker-cli

:lollipop: CLI for checking packages exist on npmjs.com
https://github.com/rajikaimal/npm-checker-cli

cli javascript nodejs npm

Last synced: 10 days ago
JSON representation

:lollipop: CLI for checking packages exist on npmjs.com

Awesome Lists containing this project

README

        

# npm-checker-cli [![Build Status](https://travis-ci.org/rajikaimal/npm-checker-cli.svg?branch=master)](https://travis-ci.org/rajikaimal/npm-checker-cli)

CLI for [npm-checker](https://github.com/rajikaimal/npm-checker)

Check package exists on npmjs.com before publishing with the CLI

## Install

```
npm install -g npm-checker-cli
```

## Usage

```
$ npm-checker http-fetcher

⠦ Processing request
Package found !
Package: http-fetcher
Repository URI : git+https://github.com/rajikaimal/http-fetcher.git
```

Related package: [npm-checker](https://github.com/rajikaimal/npm-checker)

## License

MIT © [Rajika Imal](https://rajikaimal.github.io)