Skip to content

anav5704/codebase-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codebase Stats 📊

codebase-stats

This is a simple cli tool that counts the number of directories, files and lines that code your codebase consists of using a recursive function. All dot files / directories, images and the node_modules are ignored.

Technologies Used

  • Node JS
  • Typescript

Getting Stated

Fist install the package:

npm i -g codebase-stats@latest

Then navigate to the project you want to get the stats for:

cd path/to/project

Finally, run the following command to get the stats:

npx codebase-stats

Learning Resources

About

CLI tool for quickly getting simple statistics from your codebase

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published