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

https://github.com/guoyunhe/divine-source

Count source line of codes of JavaScript & TypeScript & CSS, including/excluding blanks, comments, imports, types
https://github.com/guoyunhe/divine-source

Last synced: 3 months ago
JSON representation

Count source line of codes of JavaScript & TypeScript & CSS, including/excluding blanks, comments, imports, types

Awesome Lists containing this project

README

        

# divine-source

## Install

### Run directly

```bash
npx divine-source
```

### Install on system

```bash
npm i -g divine-source
divine-source
```

### Install in project

```bash
npm i -D divine-source
```

Add script entry:

```json
{
"scripts": {
"divine-source": "divine-source"
}
}
```

Run:

```bash
npm run divine-source
```

## Options

### `--help`

Show help

### `--version`

Show version