Registry / utility / leaanthony-gosod

leaanthony-gosod

JSON →
library1.0.4gogounverified

Package gosod provides a scaffolding tool for generating project templates.

go get github.com/leaanthony/gosod
INSTALL
IMPORT
SIG · LEAANTHONY-GOSOD
L
leaanthony-gosod
utilitygov1.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gosod
github.com/leaanthony/gosod

Creates a new gosod instance and extracts a template to an output directory.

package main import ( "fmt" "github.com/leaanthony/gosod" ) func main() { s := gosod.New("template-dir") err := s.Extract("output-dir", nil) if err != nil { fmt.Println(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
leaanthony-gosod — go get leaanthony-gosod · libregistry