An open API service indexing awesome lists of open source software.

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

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
```