Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 699 Bytes

DEVELOPER.md

File metadata and controls

23 lines (18 loc) · 699 Bytes

Code-statistics

Node.js code-statistics library
Release 1.1.1

Features

  • Reports line counts for one file or a project.

  • Reports characters and whitespace counts for one file or a project.

  • Reports total uses;

    • If statement.
    • For, while, do while loops.
  • Pure JavaScript

  • Show code statistics for your project files written in javascript, java.

Contributing

  1. Fork it
  2. Install dependencies (npm install)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Added some feature')
  5. Test your changes (npm test)
  6. Push to the branch (git push origin my-new-feature)