https://github.com/akiomik/drone-notifier
An extension for drone.io build notification.
https://github.com/akiomik/drone-notifier
Last synced: 2 months ago
JSON representation
An extension for drone.io build notification.
- Host: GitHub
- URL: https://github.com/akiomik/drone-notifier
- Owner: akiomik
- License: mit
- Created: 2014-03-16T08:21:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T00:36:44.000Z (over 3 years ago)
- Last Synced: 2025-02-07T16:48:36.308Z (4 months ago)
- Language: CoffeeScript
- Homepage: https://chrome.google.com/webstore/detail/droneio-notifier/obggmnfdbpobnabjjfpakablffjkpheh
- Size: 217 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
drone.io notifier
==============An extension for drone.io build notification.
See https://chrome.google.com/webstore/detail/droneio-notifier/obggmnfdbpobnabjjfpakablffjkpheh
## Development
1. Setup
```sh
npm install
npm install -g bower
bower install
```2. Build
```sh
grunt build
# => dist/*
```3. Packaging
```sh
grunt pack
# => package/drone-notifier.zip
```
## LicenseThe MIT License. See `LICENSE` file.