https://github.com/miguelzacca/line-counter
Simple code line counter with nodejs
https://github.com/miguelzacca/line-counter
Last synced: 3 months ago
JSON representation
Simple code line counter with nodejs
- Host: GitHub
- URL: https://github.com/miguelzacca/line-counter
- Owner: miguelzacca
- Created: 2024-11-07T20:59:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T17:17:04.000Z (7 months ago)
- Last Synced: 2025-01-17T07:10:17.653Z (4 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Line counter
Simple code line counter with nodejs. By default ignores the list in `.ignore`
## Usage
- `npm start `
## Examples
Specifying extensions:
```bash
npm start ./my-project js,json,html,css
```All files:
```bash
npm start ./my-project
```