gosod

An application scaffold library

MIT License

Stars
13
Committers
2
gosod - v1.0.4 Latest Release

Published by leaanthony 5 months ago

Support template vars in filenames and directories:

Input filepath: /my/path/{{.Dir}}/{{.Filename}}.go
Template Data: { Dir: "my_dir", Filename: "my_filename" }
Output: /my/path/my_dir/my_filename.go

gosod - v1.0.3

Published by leaanthony about 3 years ago

Add RenameFiles

gosod - v1.0.2

Published by leaanthony about 3 years ago

  • Fix for hidden error
gosod - v1.0.1

Published by leaanthony over 3 years ago

Fix for multiple templates

gosod - v1.0.0

Published by leaanthony over 3 years ago

V1 release!

Package Rankings
Top 6.85% on Proxy.golang.org