Skip to content

oviohub/github-story-points

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Browser extension to add story points to GitHub projects

Install

Usage

Add story points to your project board easily.

  • For issues, either create your issue with a title starting with [Xpt] or simply add a label sp: X.
  • For cards, simply add a point estimate in the body using the [Xpt] format.

GitHub Story Point will count them for you and even show Closed/Total.

NOTE - For each task/card, GSP will only count the first point estimate it can find.

Example

Demo

You can try demo project after you installed the extension.

Develop

To develop locally on Chrome:

  • Build your extension using yarn build.
  • Go to chrome://extensions/ and activate the developer mode (tutorial here ).
  • Finally, click Load unpacked and add the folder to the extension.
  • If you make changes, you can simply reload the extension using the reload button in chrome://extensions/

Deploy to Chrome and Firefox

License

MIT

Credits

This extension is built on the great work of Kohei Hasegawa, https://github.com/banyan/github-story-points

About

Browser extension to see story points in GitHub projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.8%
  • JavaScript 8.2%