A lil' helper tool for people who use linear and are tired of coming up with branch names.
Run this sucker and all your work is done for you.
- Clone:
git clone [email protected]:the-witch-king/brancher.git
- Theeeeen...
Quick n dirty:
npm i brancher-0.0.1.tgz -g
I want to do it all myself:
npm run build
npm pack
npm i <the tar file that was made> -g
Go to linear. Go to your account > settings > api
Make a key!
brancher init
...follow prompt...
The config file lives at $HOME/.linear-brancher
If you ever want to poke at it yourself, go in there.
It holds 1 value right now, api_key
(or API_KEY
).
It doesn't support mixed casing (get outta here with api_KEY
).
brancher IAC-420