Skip to content

Releases: bannzai/constructor

Refactor for more likely golang way.

26 Sep 14:21
c10d5e8

Choose a tag to compare

Merge pull request #7 from bannzai/add/function/go_generate

Fix constructor using command line options

Publish Release!

28 May 17:33
85aed86

Choose a tag to compare

Merge pull request #4 from bannzai/add/config/circleci

Add/config/circleci

Not use cmd for package name.

26 May 06:57
ba403f4

Choose a tag to compare

Merge pull request #2 from bannzai/refactor/directory/cmd

Refactor/directory/cmd

First implement

24 May 12:39
f3f29d3

Choose a tag to compare

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.