Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 950 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 950 Bytes

git-branch-namer

Deprecated

This project has been deprecated in favour of in-product git checkout command available on Jira Cloud

screenshot

Overview

Chrome extension to generate git branch name from active tab's window title

screenshot

Installation

Get it from Chrome Web Store

Local development setup

  1. yarn build
  2. Go to chrome://extensions/
  3. Enable Developer mode
  4. Load unpacked -> select the build dir

Have to yarn build for every change to be reflected. Changes to manifest.json require extension reload.

Storybook

Useful to dev UI component without reloading chrome extension each time, run yarn storybook to begin.

Notes

This project was bootstrapped with Create React App.