An open API service indexing awesome lists of open source software.

https://github.com/aergonaut/propagate

Download the latest version from the releases page
https://github.com/aergonaut/propagate

Last synced: 4 months ago
JSON representation

Download the latest version from the releases page

Awesome Lists containing this project

README

        

# PROPAGATE

![PROPAGATE](https://s3.amazonaws.com/f.cl.ly/items/1C2T0T2l051I1i3u211R/skitch.jpg)

This is a Chrome extension intended to streamline and automate some processes for us at Coupa. It's probably not going to be useful to anyone outside our team, but the code and patterns may be interesting if you're trying to do something similar.

## Contributing

Pull requests for new features or bug fixes are welcome!

To build the extension in order to test it out:

1. Install [Gulp](https://github.com/gulpjs/gulp) globally to get access to the command-line tool: `npm install -g gulp`
2. Build the extension: `gulp`
3. Open [chrome://extensions](chrome://extensions) in Chrome.
4. Enable Developer Mode and then click Load unpacked extension and select the `dist` directory.

## License

The MIT License (MIT)

Copyright (c) 2015 Chris Fung

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.