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

https://github.com/vavgustov/nicht

Gems usage stats for your or cloned 3rd-party projects
https://github.com/vavgustov/nicht

gem ruby

Last synced: 6 months ago
JSON representation

Gems usage stats for your or cloned 3rd-party projects

Awesome Lists containing this project

README

          

# Nicht
[![Build Status](https://travis-ci.org/vavgustov/nicht.svg?branch=master)](https://travis-ci.org/vavgustov/nicht)
[![Maintainability](https://api.codeclimate.com/v1/badges/07213753a4c9e6863edc/maintainability)](https://codeclimate.com/github/vavgustov/nicht/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/07213753a4c9e6863edc/test_coverage)](https://codeclimate.com/github/vavgustov/nicht/test_coverage)

This library allow you to see gems usage per your or 3rd-party projects.

![image](https://user-images.githubusercontent.com/312873/28325799-7810e96a-6be7-11e7-8d82-2814a9233cfb.png)

## Installation

```bash
gem install nicht
```

Then create `.nichtrc` file in your home directory with path to the projects.

## Usage

Pass gem name as argument to see the list of the projects which use this gem:

```bash
nicht webpacker
```

## License

Nicht is released under the [MIT License](https://opensource.org/licenses/MIT).