Skip to content

nice-registry/cli-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published