https://github.com/lukaszkorecki/hook
hook into file changes and run commands
https://github.com/lukaszkorecki/hook
Last synced: 4 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-09T11:04:29.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T14:14:03.001Z (5 months 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