https://github.com/tohjustin/github-goals
A chrome extension for tracking your recent Github contributions count
https://github.com/tohjustin/github-goals
chrome-extension github-contributions
Last synced: 7 months ago
JSON representation
A chrome extension for tracking your recent Github contributions count
- Host: GitHub
- URL: https://github.com/tohjustin/github-goals
- Owner: tohjustin
- License: mit
- Created: 2017-04-28T01:51:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T17:44:27.000Z (about 7 years ago)
- Last Synced: 2025-03-01T10:44:38.297Z (about 1 year ago)
- Topics: chrome-extension, github-contributions
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/github-goals/pchnbdedipdodklgoojebccbjkeoaakd
- Size: 1.08 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A chrome extension to track your Github contributions!
## Extension Preview
## Prerequisites
- [Node.js](https://nodejs.org/en/download/)
- [Yarn](https://yarnpkg.com/en/docs/install#mac-tab)
## Installation
``` bash
git clone https://github.com/tohjustin/github-goals.git
cd ./github-goals
yarn
```
## Getting Started
``` bash
# bundle files for development (target '/dist/dev' directory when loading the unpacked extension)
yarn run start
# bundle files for production (make sure you have generated a private key 'mykey.pem' beforehand)
yarn run build
```
## License
MIT © [Justin Toh](https://github.com/tohjustin)

