From cb5cf8dd54c1847e071c136b237fb4e0cd45ee09 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Fri, 14 Oct 2016 21:08:39 -0400 Subject: [PATCH] notes --- notes/0.13.13.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/notes/0.13.13.markdown b/notes/0.13.13.markdown index b34b93545..16e3c2e79 100644 --- a/notes/0.13.13.markdown +++ b/notes/0.13.13.markdown @@ -36,9 +36,11 @@ ### new command and templateResolverInfos sbt 0.13.13 adds a `new` command, which helps create new build definitions. -The `new` command is extensible via a mechanism called the template resolver, -which evaluates the arguments passed to the command to find and run a template. -As a reference implementation [Giter8][g8] is provided. For instance: +The `new` command is extensible via a mechanism called the template resolver. +A template resolver pattern matches on the passed in arguments after `new`, +and if it's a match it will apply the template. + +As a reference implementation, template resolver for [Giter8][g8] is provided. For instance: sbt new eed3si9n/hello.g8