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

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.

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
```

## License

The MIT License. See `LICENSE` file.