https://github.com/duxet/builds-tab
Web extension that adds builds tab to Github
https://github.com/duxet/builds-tab
browser-extension continuous-integration github travis-ci
Last synced: 3 months ago
JSON representation
Web extension that adds builds tab to Github
- Host: GitHub
- URL: https://github.com/duxet/builds-tab
- Owner: duxet
- License: mit
- Created: 2017-05-03T18:16:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T19:01:35.000Z (over 2 years ago)
- Last Synced: 2025-03-17T20:21:11.786Z (3 months ago)
- Topics: browser-extension, continuous-integration, github, travis-ci
- Language: JavaScript
- Homepage:
- Size: 507 KB
- Stars: 27
- Watchers: 5
- Forks: 33
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Builds Tab for Github
[](https://chrome.google.com/webstore/detail/builds-tab-for-github/jnmdkbflmkjehkkdbjdfpmhgdafpcdkh) [](https://addons.mozilla.org/en-US/firefox/addon/builds-tab-for-github/)
This extension will add "builds" tab to Github in your browser.
## Download
- [Chrome version](https://chrome.google.com/webstore/detail/builds-tab-for-github/jnmdkbflmkjehkkdbjdfpmhgdafpcdkh)
- [Firefox version](https://addons.mozilla.org/en-US/firefox/addon/builds-tab-for-github/)
- [Opera version](https://addons.opera.com/en/extensions/details/builds-tab-for-github/)## Screenshot
## Features
- [x] New "builds" tab on repo page, with list of latest builds
- [ ] Settings page
- [ ] Optimizations, like caching data from CI services## Supported services
- [x] [Travis-CI.org](https://travis-ci.org/)
- [ ] [Travis-CI.com](https://travis-ci.com/)
- [x] [CircleCI.com](https://circleci.com/)
- [ ] More coming soon - waiting for your ideas!## How to build?
- yarn install
- yarn buildYou can use `npm` instead of `yarn`, however that's not officially supported way.