Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/int64ago/npm-client

Get npm clients.
https://github.com/int64ago/npm-client

cnpm npm tnpm yarn

Last synced: about 1 month ago
JSON representation

Get npm clients.

Awesome Lists containing this project

README

        

# npm-client

[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]
[![Build Status][travis-image]][travis-url]

Get npm clients.

> Order: `tnpm`, `cnpm`, `yarn`, `npm`

## Usage

```bash
npm install --save npm-client
```

```
const npmClient = require('npm-client');

console.log(npmClient());
// [ 'tnpm', 'cnpm', 'yarn', 'npm' ] // ONLY list if exist
```

## License

MIT

[npm-image]: https://img.shields.io/npm/v/npm-client.svg?style=flat-square
[npm-url]: https://npmjs.org/package/npm-client
[download-image]: https://img.shields.io/npm/dm/npm-client.svg?style=flat-square
[download-url]: https://npmjs.org/package/npm-client
[travis-url]: https://travis-ci.org/int64ago/npm-client
[travis-image]: https://img.shields.io/travis/int64ago/npm-client.svg?style=flat-square