https://github.com/rossta/gitlo
The missing link between GitHub and Trello: a Chrome extension
https://github.com/rossta/gitlo
Last synced: 11 months ago
JSON representation
The missing link between GitHub and Trello: a Chrome extension
- Host: GitHub
- URL: https://github.com/rossta/gitlo
- Owner: rossta
- License: gpl-2.0
- Created: 2014-10-06T13:24:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-09T15:55:29.000Z (over 11 years ago)
- Last Synced: 2025-06-11T13:07:27.266Z (11 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gitlo
=====
The missing link between GitHub and Trello: a Chrome extension
## Development
The add is built on top of [yeoman](http://yeoman.io/) and the [yeoman-generator-chrome-extension](https://github.com/yeoman/generator-chrome-extension).
Requirements:
* npm, package manager that comes bundled with node.js
* yo, CLI scaffolding tool for yeoman
* grunt, the build tool
* bower, package manager for front-end dependencies
Setup:
Install (node.js)http://nodejs.org]. Then setup local repo:
```
$ npm install -g yo bower grunt
$ git clone https://github.com/rossta/gitlo.git && cd gitlo
$ bower install
$ grunt debug
```
Now visit [chrome://extensions](chrome://extensions/). Click "Load unpacked
extension" and select the `app` directory for *gitlo*.
You may instead want to use the [Chrome Apps & Extension Tools App](https://chrome.google.com/webstore/detail/chrome-apps-extensions-de/ohmmkhmmmpcnpikjeljgnaoabkaalbgc?hl=en) from google to manage *gitlo*.
For more info on developing chrome extensions, visit [Getting Started: Building
a Chrome Extension](https://developer.chrome.com/extensions/getstarted)
[nodejs]: [http://nodejs.org]