Releases: jonchurch/lodash-stats
Releases · jonchurch/lodash-stats
Release list
1.2.1
1.2.0
refactor: clean up CLI flags and add --no-cache (1b142ae)
Dropped some flags that were redundant with the subcommands. This would be breaking if v1 had been older than several minutes lol
Removed:
--totalflag (uselodash-stats totalinstead)--graphflag (uselodash-stats graphinstead)--top/-tflag (uselodash-stats top Ninstead)
Added:
--no-cacheflag to bypass the 1-hour cache and fetch fresh data from npm- Category list in
--helpoutput (Array, Collection, Date, Function, Lang, Math, Number, Object, String, Util)
Fixed:
- README examples now show live API numbers instead of stale
download-countsdata
1.1.0
v1.0.1
v1.0.0
lodash-stats v1.0.0
A CLI for querying lodash ecosystem download stats across 450+ packages.
Features
- Live data — fetches directly from the npm downloads API, cached for 1 hour
- Subcommands —
top,total,graph,search,category,list,markdown - Flags —
--json,--sort,--silly,-t,-c,-s
Install
npm install -g lodash-statsUsage
lodash-stats top 5
lodash-stats total --silly
lodash-stats graph
lodash-stats search debounce
lodash-stats category Function
lodash-stats md > LODASH_STATS.mdExample output
Top 5 lodash packages
1. lodash 555.7M/month (129.7M/wk)
2. lodash.merge 346.2M/month (80.8M/wk)
3. lodash.isplainobject 215.3M/month (50.2M/wk)
4. lodash.debounce 163.9M/month (38.2M/wk)
5. lodash.once 158.4M/month (37.0M/wk)