Goop makes it easy to write and run Go scripts. Automatically builds installed Go commands when you run them.
Features:
- Support for both local and remote modules.
- Automatic rebuilds of local modules.
- Shareable command bin for easy setup on multiple machines.
- Install
goop
-go install github.com/johnstarich/go/goop/cmd/goop@latest
- Read the built-in documentation -
goop --help
- Install a module. (Check for warnings in output.) -
goop install -p github.com/johnstarich/go/covet/cmd/covet@latest
- Run the module by name to execute it -
covet --help
Thoughts or questions? Please open an issue to discuss.