https://github.com/codefromanywhere/cloc-everywhere
Count your Lines of Code everywhere and show it in finder
https://github.com/codefromanywhere/cloc-everywhere
library
Last synced: 10 months ago
JSON representation
Count your Lines of Code everywhere and show it in finder
- Host: GitHub
- URL: https://github.com/codefromanywhere/cloc-everywhere
- Owner: CodeFromAnywhere
- Created: 2024-05-30T06:29:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T18:53:04.000Z (over 1 year ago)
- Last Synced: 2024-11-28T21:05:02.716Z (about 1 year ago)
- Topics: library
- Language: TypeScript
- Homepage:
- Size: 583 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cloc-everywhere
CLI that writes a comment about lines of code on all folders.
> ❗️ BEWARE: Current comments will be overwritten!
# Installation
MacOS only:
- Install [bun](https://bun.sh)
- Install cloc: `npm install -g cloc`
# Usage
`bunx cloc-everywhere [path]`
Result:

# TODO
- `--recursive` option: add comments on every folder recursively
- custom `--exclude-dir`
- custom `--include-ext`