Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paketo-buildpacks/watchexec
A Cloud Native Buildpack that provides the watchexec binary tool
https://github.com/paketo-buildpacks/watchexec
cnb process-restarter utilities watchexec
Last synced: about 2 months ago
JSON representation
A Cloud Native Buildpack that provides the watchexec binary tool
- Host: GitHub
- URL: https://github.com/paketo-buildpacks/watchexec
- Owner: paketo-buildpacks
- License: apache-2.0
- Created: 2021-07-07T13:46:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T13:36:42.000Z (about 2 months ago)
- Last Synced: 2024-11-11T14:32:20.660Z (about 2 months ago)
- Topics: cnb, process-restarter, utilities, watchexec
- Language: Go
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# `gcr.io/paketo-buildpacks/watchexec`
The Paketo Buildpack for Watchexec is a Cloud Native Buildpack that provides the Watchexec binary tool to support reloadable processes.
## Behavior
This buildpack will participate all the following conditions are met
* Another buildpack requires `watchexec`
The buildpack will do the following:
* Contributes Watchexec to a layer marked `launch` with command on `$PATH`
## License
This buildpack is released under version 2.0 of the [Apache License][a].
[a]: http://www.apache.org/licenses/LICENSE-2.0