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

https://github.com/hiroppy/github-limitter

limit your github
https://github.com/hiroppy/github-limitter

Last synced: about 1 month ago
JSON representation

limit your github

Awesome Lists containing this project

README

          


Dish



the general template

## Install
```
$ npm install
```

## Usage
```
```

## Tasks
### Test
```
$ npm test # or npm test:watch
```

### Lint
```
$ npm run lint
```

### Changelog
```
$ npm run changelog
```

## Packages
### Dependencies
N/A

### DevDependencies
- ava
- convertional-changelog-cli
- eslint
- eslint-config-sky
- nyc

## Directory Structure of the Generated Project
```
.
├── LICENSE
├── README.md
├── index.js
├── package.json
└── test
└── index.js
```