Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakub-g/ghnext
[Obsolete] see https://github.com/jakub-g/dotfiles/blob/master/github.profile instead
https://github.com/jakub-g/ghnext
Last synced: 5 days ago
JSON representation
[Obsolete] see https://github.com/jakub-g/dotfiles/blob/master/github.profile instead
- Host: GitHub
- URL: https://github.com/jakub-g/ghnext
- Owner: jakub-g
- Created: 2013-04-22T22:57:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T22:03:00.000Z (about 5 years ago)
- Last Synced: 2024-04-18T12:54:23.026Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ghnext - GitHub next issue number finder
========================================This tiny script checks what will be the number of the next issue you'll open on a given GitHub repo.
This might be useful if you want to put `fix #nnn` in your commit message without opening any issue beforehand -- just to open a pull request right after the `git push`. Of course this prone to a race condition if your fellow developer opens an issue in the meantime though that should rarely happen.
Dependencies
------------NodeJS 0.8.x
Install
-------$ npm install -g ghnext
Usage
-----$ ghnext gruntjs grunt
Next issue id for gruntjs/grunt:
771Options
-------If you want to open browser on the "new pull request" page after displaying the number:
$ ghnext gruntjs grunt --open
$ ghnext gruntjs grunt -oIf that's still too long, you can naturally create aliases in your shell.