Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 814 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 814 Bytes

npm-client

NPM version npm download Build Status

Get npm clients.

Order: tnpm, cnpm, yarn, npm

Usage

npm install --save npm-client
const npmClient = require('npm-client');

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

License

MIT