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
- Host: GitHub
- URL: https://github.com/guoyunhe/divine-source
- Owner: guoyunhe
- License: gpl-3.0
- Created: 2023-02-10T06:48:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T10:41:16.000Z (over 2 years ago)
- Last Synced: 2025-01-10T17:40:03.473Z (5 months ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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