Skip to content

tobius/npmall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get a list of all public NPM packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published