Jiseoup/showmycode-private-demoPrivate
EN|KO
  • Code
  • Commits
  • Pull Requests
README.md
# showmycode-private-demo

A simple internal CLI tool for generating project statistics.

> This is a private demo repository used to showcase [showmycode](https://github.com/Jiseoup/showmycode).

## Usage

```bash
node src/index.js ./path/to/project
```

## Features

- Count files by extension
- Calculate total lines of code
- Show directory size breakdown
- Export results as JSON
showmycode-private-demo
  • .gitignore
  • package.json
  • README.md