Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaszkorecki/hook
hook into file changes and run commands
https://github.com/lukaszkorecki/hook
Last synced: 14 days ago
JSON representation
hook into file changes and run commands
- Host: GitHub
- URL: https://github.com/lukaszkorecki/hook
- Owner: lukaszkorecki
- Created: 2014-07-18T10:19:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-09T11:04:29.000Z (about 10 years ago)
- Last Synced: 2024-10-04T18:21:12.230Z (about 1 month ago)
- Language: Go
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HOOK :leftwards_arrow_with_hook:
## Examples
```sh
hook -args -cmd 'bundle exec rspec'
```will run `bundle exec rspec `
```sh
hook -cmd 'bundle exec rspec' -dir ~/proj/yoloapp
```will run `bundle exec rspec` for any file change in `~/proj/yoloapp`
## Bugs
- it doesn't fully work yet for some commands. (environment problems etc etc)
## License
MIT