Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naxmefy/nloc
https://github.com/naxmefy/nloc
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/naxmefy/nloc
- Owner: naxmefy
- License: mit
- Created: 2015-11-19T07:40:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T12:48:44.000Z (about 9 years ago)
- Last Synced: 2024-04-23T23:37:49.022Z (7 months 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
[![npm version](https://badge.fury.io/js/nloc.svg)](https://badge.fury.io/js/nloc)
[![Build Status](https://travis-ci.org/Naxmeify/nloc.svg?branch=master)](https://travis-ci.org/Naxmeify/nloc)
[![Dependency Status](https://gemnasium.com/Naxmeify/nloc.svg)](https://gemnasium.com/Naxmeify/nloc)[![Code Climate](https://codeclimate.com/github/Naxmeify/nloc/badges/gpa.svg)](https://codeclimate.com/github/Naxmeify/nloc)
[![Test Coverage](https://codeclimate.com/github/Naxmeify/nloc/badges/coverage.svg)](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)