Skip to content

Commit

Permalink
add info about the new templates via gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Oct 20, 2014
1 parent 1f9fc4d commit 009a9fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ Veewee provides templates for a lot of different operation systems. To see all t

Templates have the same structure as definitions, but templates are used to generate definitions. Definitions are simply **your** customizable templates that you can modify as you see fit.

### Template sources

Veewee will detect all gems with `veewee-templates` gemspec `metadata` pointing to templates directory:

```ruby
spec.metadata = {
"veewee-templates" => "templates"
}
```

For example see [veewee.gemspec](../veewee.gemspec).

## Create a definition

Expand Down

0 comments on commit 009a9fc

Please sign in to comment.