Releases: bannzai/constructor
Releases · bannzai/constructor
Refactor for more likely golang way.
Publish Release!
Merge pull request #4 from bannzai/add/config/circleci Add/config/circleci
Not use cmd for package name.
Merge pull request #2 from bannzai/refactor/directory/cmd Refactor/directory/cmd
First implement
This application is a tool to generate constructor functions for each struct quickly.
When you execute "constructor generate [/path/to/package]", It is generating constructor functions under the package.
And you can edit "./constructor.yaml", If you customize generate files. (e.g you wanna ignore files for "constructor generate")
You get "./constructor.yaml" to execute "constructor setup".
Usage:
construtor [flags]
construtor [command]
Available Commands:
generate generate constructor functions
help Help about any command
setup setup will create ./constructor.yaml
Flags:
-h, --help help for construtor
Use "construtor [command] --help" for more information about a command.