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
- Host: GitHub
- URL: https://github.com/hiroppy/github-limitter
- Owner: hiroppy
- License: mit
- Created: 2017-03-01T08:40:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T02:46:59.000Z (almost 6 years ago)
- Last Synced: 2025-03-21T01:28:23.748Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```