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
- Host: GitHub
- URL: https://github.com/aergonaut/propagate
- Owner: aergonaut
- License: mit
- Created: 2015-03-12T02:26:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T15:35:02.000Z (about 10 years ago)
- Last Synced: 2024-10-22T00:58:59.998Z (6 months ago)
- Language: JavaScript
- Homepage: https://github.com/aergonaut/propagate/releases
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PROPAGATE

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.