sbt/notes/0.13.13
Eugene Yokota 954e744408 Adds templateResolvers and `new` command
This adds `new` command, which helps create a new build definition. The
`new` command is extensible via a mechanism called the template
resolver,
which evaluates the arbitrary arguments passed to the command to find
and run a template.

As a reference implementation [Giter8][g8] is provided as follows:

    sbt new eed3si9n/hello.g8

This will run eed3si9n/hello.g8 using Giter8.

  [g8]: http://www.foundweekends.org/giter8/
2016-08-22 02:38:46 -04:00
..
aggregate-build-sbt.md `aggregate` can now be used inside a .sbt file 2016-07-25 12:07:49 +09:00
template_cmd.md Adds templateResolvers and `new` command 2016-08-22 02:38:46 -04:00