codebase-stats
v1.0.1
Published
CLI tool for quickly getting simple statistics from your codebase
Maintainers
Readme
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@latestThen navigate to the project you want to get the stats for:
cd path/to/projectFinally, run the following command to get the stats:
npx codebase-stats