Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 827 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 827 Bytes

goop

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.

Getting started

  1. Install goop - go install github.com/johnstarich/go/goop/cmd/goop@latest
  2. Read the built-in documentation - goop --help
  3. Install a module. (Check for warnings in output.) - goop install -p github.com/johnstarich/go/covet/cmd/covet@latest
  4. Run the module by name to execute it - covet --help

Thoughts or questions? Please open an issue to discuss.