codemeter

0.0.2 • Public • Published

CodeMeter

CodeMeter is a command-line tool that helps you analyze and calculate the number of lines and files in a project or given directory. It provides a detailed breakdown of the count of each file type and the total lines of code.

Installation

npm install -g codemeter

Usage

Basic Usage

To analyze the current directory, simply run:

codemeter .

Skip Directory

You can skip specific directories using the --skip-dir option. For example:

codemeter . --skip-dir node_modules

This command will exclude the node_modules directory from the analysis.

Note: Please provide the directory name without the "./" prefix. For example, use folder_name instead of ./folder_name/.

Example

codemeter . --skip-dir node_modules .git

"codemeter"

This command will analyze the current directory while skipping the node_modules and .git directory

Package Sidebar

Install

npm i codemeter

Weekly Downloads

5

Version

0.0.2

License

MIT

Unpacked Size

17.4 kB

Total Files

6

Last publish

Collaborators

  • kritebh