nikogura / dbt

A delivery system for running self-updating, signed tools.
MIT License
61 stars 8 forks source link

Boilerplate gen should ask where to create new tools. #4

Closed nikogura closed 5 years ago

nikogura commented 5 years ago

When creating a new tool, 'boilerplate gen' defaults to creating under $GOPATH/src/... . This was ideal before the advent of go modules, and now can be surprising if you're intending that the tool boilerplate be created in CWD.

Make an additional question for desired location. Choices should be under $GOPATH or in CWD.

nikogura commented 5 years ago

Fixed in 2.2.0. Boilerplate now generates in $(pwd).