0.2.1 • Published 8 years ago

git-issue v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

git-issue

Cli for creating github issues from templates

Usage

These commands

npm install -g git-issue

(echo "# Do Stuff" && echo "- [ ] Do it") >task.md

git-issue -r voltrevo/git-issue ./task.md

open this url:

https://github.com/voltrevo/git-issue/issues/new?title=Do%20Stuff&body=-%20%5B%20%5D%20Do%20it%0A

which creates a new issue with title "Do Stuff" and a "Do it" task.

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago