Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 657 Bytes

readme.md

File metadata and controls

46 lines (33 loc) · 657 Bytes

cli-packages

Names of all npm packages that have a command-line interface. Sorted by download count, descending.

Installation

yarn add cli-packages

Usage

const names = require('cli-packages')

names.length
// 47663

names.slice(0, 10)
// [
//   'mkdirp',
//   'semver',
//   'rimraf',
//   'esprima',
//   'mime',
//   'window-size',
//   'acorn',
//   'uglify-js',
//   'nopt',
//   'js-yaml'
// ]

Tests

yarn && yarn test

See also

  • all-the-clis: A list of all command line executables in npm, mapping to the packages which supply them.

License

MIT