git-trello-cli

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i git-trello-cli

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

3.87 kB

Total Files

4

Last publish

Collaborators

  • dgoguerra