0.2.11 • Published 6 years ago

js-loc v0.2.11

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Description

Simple LOC stats for JS oriented projects.

alt tag

Install

npm install js-loc --save-dev

or

yarn add js-loc --dev

Usage

To check all your folder structure files run ./node_modules/.bin/jsloc in your terminal or add ./node_modules/.bin/jsloc as a script in your project's package.json file.

like this:

"scripts": {
  "jsloc": "./node_modules/.bin/jsloc"
}

and then run in your terminal: npm run jsloc

or

yarn jsloc

Current state

  • all nested files and folders
  • .js|.jsx|.ts|.tsx files
  • displays lines of code count and different js content stats

Coming soon

  • add more stats to display (feedback welcome)
  • support React (Component stats, redux|mobx|vue)
  • support for custom specific folders
  • support CSS
  • add tests
0.2.11

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago