0.1.1 • Published 6 years ago

git-trello-cli v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

git-trello-cli

Git command helper to map your repo's branches to Trello cards.

Installation

npm install -g git-trello-cli

Usage

git-trello-cli uses the git repository in the current directory.

$ cd my-repo/
$ git tr https://trello.com/c/958F5qag/32-trello-card-name
✔ New branch: … feature/n32-trello-card-name

$ git tr card
# => will open 'https://trello.com/c/958F5qag/32-trello-card-name' in the default browser

$ git tr pr
# => will open 'https://github.com/repo/owner/compare/develop...feature/n32-trello-card-name' in the default browser

License

MIT license - http://www.opensource.org/licenses/mit-license.php