Scion v0.1.1
Install
go install github.com/DarkInno/scion/cmd/scion@v0.1.1Or download a platform binary below and verify it with SHA256SUMS.
Highlights
- Adds the first Scion CLI for copying embedded Go source templates into user projects.
- Supports
list,info,add,diff,doctor, andversioncommands. - Keeps template distribution offline through an embedded deterministic registry bundle.
- Writes
.scion-module.jsonmetadata for later diff checks. - Keeps user
go.moduntouched by default; modules with external dependencies require explicit--standalone. - Marks
authas the external dependency exception and keeps standard-library-only modules explicit. - Fixes release version reporting for linker-injected binaries and
go installbuilds. - Normalizes text line endings for bundle freshness checks across Windows and Unix checkouts.
Verify
scion version
scion list
scion add cache --to internal/cache --dry-run