Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocke/mayfly
Mayfly restart the command at regular intervals.
https://github.com/pocke/mayfly
Last synced: 3 days ago
JSON representation
Mayfly restart the command at regular intervals.
- Host: GitHub
- URL: https://github.com/pocke/mayfly
- Owner: pocke
- License: cc0-1.0
- Created: 2015-08-29T10:15:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T06:18:33.000Z (over 9 years ago)
- Last Synced: 2024-11-06T13:01:39.440Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 129 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mayfly
===========Mayfly restart the command at regular intervals.
Installation
---------------```sh
go get github.com/pocke/mayfly
```Usage
----------```sh
Usage of mayfly:
-t int
time as second (default 600) (default 600)
``````sh
# restart gulp every 60 seconds.
$ mayfly -t 60 gulp
```## License
These codes are licensed under CC0.
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png "CC0")](http://creativecommons.org/publicdomain/zero/1.0/deed.en)