0.0.2 • Published 2 months ago

codemeter v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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

0.0.2

2 months ago

0.0.1

2 months ago