sbt/notes/0.13.13
Eugene Yokota 73a427c0b8 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/
2017-01-16 08:43:23 -05:00
..
fork_test.md Fail when the forked test harness fails 2017-01-15 05:49:07 -05:00
template_cmd.md Adds templateResolvers and `new` command 2017-01-16 08:43:23 -05:00