0.1.0 • Published 10 years ago

npmall v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

npmall

Get a list of all of the public NPM package names.

If you need to get a list of all of the public NPM package names and don't want to wait for npm search to time out then you may find this package useful.

Setup

[~] npm install -g npmall

CLI Usage

Returns names

[~] npmall
[~] npmall express
[~] npmall express-*

Node Usage

Returns objects

var npmall = require('npmall');
var packages = npmall();

License

MIT