Skip to content

Commit

Permalink
Remove lein-newnew references from templates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gfredericks authored Jan 25, 2017
1 parent 65c82d8 commit d419041
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/TEMPLATES.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ an artifact-id of "lein-template".
## Structure

The files that your template will provide to users are in
`src/leiningen/new/liquid_cool`. lein-newnew starts you off with just
one, named "foo.clj". You can see it referenced in
`src/leiningen/new/liquid_cool`. The template generator starts you off
with just one, named "foo.clj". You can see it referenced in
`src/leiningen/new/liquid_cool.clj`, right underneath the
`->files data` line.

Expand All @@ -67,7 +67,7 @@ templates](https://github.com/technomancy/leiningen/tree/stable/resources/leinin
## Testing Your Template

While developing a template, if you're in the template project directory,
lein-newnew will pick it up and you'll be able to test it. e.g. from the
leiningen will pick it up and you'll be able to test it. e.g. from the
`liquid-cool-template` dir:

$ lein new liquid-cool myproject
Expand All @@ -83,7 +83,7 @@ directory on your system.

## Templating System

lein-newnew uses [stencil][] for templating, which implements the
The default generated template uses [stencil][] for templating, which implements the
language-agnostic templating system [Mustache][]. All the available tag types
can be found in the [Mustache manual][mustache-manual]; we will only go through
the most common tag type here.
Expand Down

0 comments on commit d419041

Please sign in to comment.