underscore-methods-usage-statistics

1.0.11 • Public • Published

underscore-methods-usage-statistics

cli-available node version npm version downloads count size license github-ci

🔨 Display statistics of Underscore.js methods.

All idea is to grep files with simple regular expression to find all instances of any underscore method called. Display simple report after process completed.

CLI

Installation:

npm install -g underscore-methods-usage-statistics
underscore-methods-usage-statistics ~/projects/sample-project/
Report: Underscore.js methods usage statistics:
 - 25 assert
 - 8 extend
 - 8 isObject
 - 7 isEmpty
 - 7 defaults
 - 7 findWhere
 - 6 isFunction
 - 4 isBoolean
 - 3 reject
 - 3 sortBy
 - 3 find
 - 3 has
 - 3 size
 - 3 result
 - 3 bindAll
 - 3 isString
 - 2 every
 - 1 unique
 - 1 pluck
 - 1 isArray
 - 1 isUndefined
 - 1 contains
 - 1 each
 - 1 isNull

Analyze 123 files.

License

The MIT License @ 2015

Package Sidebar

Install

npm i underscore-methods-usage-statistics

Weekly Downloads

8

Version

1.0.11

License

MIT

Unpacked Size

5.47 kB

Total Files

5

Last publish

Collaborators

  • piecioshka