All Versions
18
Latest Version
Avg Release Cycle
38 days
Latest Release
1231 days ago

Changelog History
Page 2

  • v2.2.3 Changes

    March 25, 2019

    ๐Ÿšš Moved main.go from boilerplate generated code from /cmd//main.go to /main.go

    While it's location under 'cmd' is more 'proper' from the perspective of the suggested golang project layout spec, it's confusing to new tool authors.

    ๐Ÿ— Running 'go build' with main.go doesn't work, and running go build ./... produces no binaries per go help build.

  • v2.2.2 Changes

    March 07, 2019

    โž• Added ability to specify basic auth credentials if desired.

  • v2.2.1 Changes

    February 23, 2019

    ๐Ÿ›  Fixed bug in boilerplate where go.mod was missing it's final parenthesis.

    ๐Ÿ›  Fixed bug in boilerplate where files were created in $(pwd)/$pkg instead of $(pwd)/$toolName

  • v2.2.0 Changes

    February 10, 2019

    ๐Ÿ›  Fixed issues #4, #5, #8 .

    Boilerplate now generated go.mod.
    Boilerplate now generates in $(pwd), so if you want it in your $GOPATH, cd there.

  • v2.1.13 Changes

    February 10, 2019

    ๐Ÿ›  Fixes offline mode so that dbt -o <tool> .... actually works.

  • v2.1.12 Changes

    February 08, 2019

    Resolves #9.

    Still requires /usr/local/bin to be writable by the user though.

  • v2.1.11 Changes

    February 08, 2019

    ๐Ÿ›  Fixed confusing message in boilerplate gen

  • v2.1.10 Changes

    January 30, 2019

    ๐Ÿ›  Fixed issue with boilerplate generating old format metadata.json