goaltools / goal

Goal is a toolkit for high productivity web development in Go language in the spirit of Revel Framework that is built around the concept of code generation.
BSD 2-Clause "Simplified" License
87 stars 3 forks source link

Add "get" tool #16

Open ghost opened 9 years ago

ghost commented 9 years ago

Currently configuration file contains two kinds of sections:

This is a proposal to add a new get section. Its commands will be started only when running goal get tool. It may be used for installation of third party dependencies, e.g. coffeescript, different minifiers, etc. Currently, init section is used for that. However, users rarely need to reinstall the third party dependencies on every run of goal run.