Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takamin/npm-dlc
Report latest download counts of all packages owned by a user with its version.
https://github.com/takamin/npm-dlc
Last synced: 25 days ago
JSON representation
Report latest download counts of all packages owned by a user with its version.
- Host: GitHub
- URL: https://github.com/takamin/npm-dlc
- Owner: takamin
- License: mit
- Created: 2019-02-08T22:36:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T18:48:37.000Z (10 months ago)
- Last Synced: 2024-04-14T06:45:22.590Z (7 months ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# npm-dlc
The command `npm-dlc` reports the latest download counts of the npm packages published by specific user.
## INSTALL
```sh
$ npm install -g npm-dlc
```## USAGE
```sh
$ npm-dlc ...
```## SAMPLE
```sh
$ npm-dlc vzg03566Download count of public package published by vzg03566.
(https://www.npmjs.com/~vzg03566)-------------------- ------- ------------ ----- ------ -------
NAME VERSION PUBLISHED DAILY WEEKLY MONTHLY
-------------------- ------- ------------ ----- ------ -------
hash-arg 0.3.3 a year ago 0 17 65
list-it 0.4.1 2 years ago 17 101 324
aws-node-util 0.9.9 7 months ago 0 42 168
mz700-js 1.0.6 13 days ago 0 224 1042
yea-stringify 1.0.1 2 years ago 2 5 9
minty-mocha 1.0.0 2 years ago 0 3 6
fractional-timer 1.0.2 2 years ago 0 4 19
transworker 1.2.1 a month ago 12 19 103
b-box 0.1.2 9 months ago 0 7 23
dock-n-liquid 0.5.3 9 months ago 0 15 50
fullscrn 1.3.1 2 years ago 0 9 40
svg-z-order 1.2.1 2 years ago 2 16 55
parse-int-array 0.9.0 2 years ago 0 3 8
rough-name 1.0.0 2 years ago 1 3 15
exl 0.1.0 8 months ago 1 2 5
local-lambda-invoker 1.0.0 7 months ago 0 1 4
lex-bnf 0.2.0 7 months ago 0 7 16
gdrive-fs 1.1.2 3 months ago 0 5 17
-------------------- ------- ------------ ----- ------ -------
This list was created at 2019-2-9 12:40:34```
## LICENSE
This module published under [MIT LICENSE](LICENSE.md).