Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/int64ago/npm-client
- Owner: int64ago
- License: mit
- Created: 2019-01-02T10:57:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T12:12:45.000Z (almost 6 years ago)
- Last Synced: 2024-10-05T01:49:29.682Z (about 1 month ago)
- Topics: cnpm, npm, tnpm, yarn
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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