https://github.com/indexzero/npmcount
Silly program that counts number of npm packages from one or more users.
https://github.com/indexzero/npmcount
Last synced: 8 months ago
JSON representation
Silly program that counts number of npm packages from one or more users.
- Host: GitHub
- URL: https://github.com/indexzero/npmcount
- Owner: indexzero
- License: other
- Created: 2011-06-26T22:05:14.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-02-14T07:26:07.000Z (over 14 years ago)
- Last Synced: 2024-10-18T21:04:24.637Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://github.com/indexzero/npmcount
- Size: 102 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npmcount
Silly program that counts number of npm packages from one or more users.
## Installation
### Installing npm (node package manager)
``` bash
$ curl http://npmjs.org/install.sh | sh
```
### Installing npmcount
``` bash
$ [sudo] npm install npmcount -g
```
## Usage
``` bash
$ npmcount tjholowaychuk substack isaacs dominictarr marak Tim-Smart felixge indexzero
info: Loading npm
info: Searching npm
data: name description maintainers
data: abbrev Like ruby's abbrev module, but in js =isaacs
data: amd Async Module Definition - module loader/... =dominictarr
data: ap Currying in javascript. Like .bind() wit... =substack
data: api-easy Fluent (i.e. chainable) syntax for gener... =indexzero
data: asciimo create awesome ascii art with javascript... =marak
data: assertions loads of useful assert functions in one ... =dominictarr
data: asset Asset manager =tjholowaychuk
data: async-chain No description =dominictarr
(...)
info: Done listing all npm packages for: tjholowaychuk substack isaacs dominictarr marak Tim-Smart felixge indexzero
info: Total packages: 258
```
#### Author: [Charlie Robbins](http://nodejitsu.com)
#### License: MIT