https://github.com/hiroppy/node-committer
a commit formatter for node
https://github.com/hiroppy/node-committer
commits nodejs
Last synced: 2 months ago
JSON representation
a commit formatter for node
- Host: GitHub
- URL: https://github.com/hiroppy/node-committer
- Owner: hiroppy
- License: mit
- Created: 2017-02-12T15:11:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T02:33:12.000Z (almost 6 years ago)
- Last Synced: 2025-03-02T00:02:50.112Z (over 1 year ago)
- Topics: commits, nodejs
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# node-committer
Commit formatter for [node](https://github.com/nodejs/node).
FYI: [COLLABORATOR_GUIDE.md#landing-pull-requests](https://github.com/nodejs/node/blob/master/COLLABORATOR_GUIDE.md#landing-pull-requests)
## Install
```
$ npm install node-committer
```
## Usage
```
$ node-committer
```
## Output
```
PR-URL: https://github.com/nodejs/node/pull/100
Reviewed-By: Yuta Hiroto
```