https://github.com/naxmefy/nloc
https://github.com/naxmefy/nloc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naxmefy/nloc
- Owner: naxmefy
- License: mit
- Created: 2015-11-19T07:40:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T12:48:44.000Z (over 9 years ago)
- Last Synced: 2024-04-23T23:37:49.022Z (about 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nloc
[](https://badge.fury.io/js/nloc)
[](https://travis-ci.org/Naxmeify/nloc)
[](https://gemnasium.com/Naxmeify/nloc)[](https://codeclimate.com/github/Naxmeify/nloc)
[](https://codeclimate.com/github/Naxmeify/nloc/coverage)## Installation
**globally**
```
$ npm install --global nloc
```
**locally**
```
$ npm install nloc
```## Usage
```
Usage: nloc [options]Options:
-h, --help output usage information
-V, --version output the version number
-d, --details print loc per file
-e, --exclude comma-seperated list of expression to exclude
-f, --format /^(simple|clitable|json)$/i
--with-encoding include encoding information for each fileExamples:
$ nloc --help
$ nloc -h
```## Contribution
Issue, Fork, Pull Request...
## LICENSE
> [MIT LICENSE](https://github.com/Naxmeify/nloc/blob/master/LICENSE)