Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naxmefy/nloc


https://github.com/naxmefy/nloc

Last synced: 5 days ago
JSON representation

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 file

Examples:

$ nloc --help
$ nloc -h
```

## Contribution

Issue, Fork, Pull Request...

## LICENSE
> [MIT LICENSE](https://github.com/Naxmeify/nloc/blob/master/LICENSE)