Releases: JustSteveKing/rig
Releases · JustSteveKing/rig
Release list
v0.1.1
Changelog
Fixes
- 7c97d58: fix: report the real version when installed with go install (@JustSteveKing)
Install
go install github.com/JustSteveKing/rig/cmd/rig@v0.1.1With Nix:
nix run github:JustSteveKing/rig/v0.1.1 -- --helpv0.1.0
Changelog
Features
- 2481698: feat(templates): move laravel-api to Laravel 13 (Steve McDougall juststevemcd@gmail.com)
- 37059c4: feat: add
rig validate(Steve McDougall juststevemcd@gmail.com) - d14914e: feat: files can take their body from a partial (Steve McDougall juststevemcd@gmail.com)
- 2b7589f: feat: keep rig's own files in a .rig directory (Steve McDougall juststevemcd@gmail.com)
- 6037cf7: feat: partials can opt out of rendering, and validate stops reading them (Steve McDougall juststevemcd@gmail.com)
- f320340: feat: rig, a blueprint scaffolder that can re-apply itself (Steve McDougall juststevemcd@gmail.com)
Install
go install github.com/JustSteveKing/rig/cmd/rig@v0.1.0With Nix:
nix run github:JustSteveKing/rig/v0.1.0 -- --help