Skip to content

Commit

Permalink
Work on README documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancorrales committed Mar 4, 2022
1 parent ab6c8ff commit 152c4f4
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,28 +76,7 @@ Regarding the variables, only the attribute `name`. Anyway, the usage of the att

By convection this configuration file will be in the root of your repository and It will be named `templatizer.yml`.


A template can be any Git repository that contains a config file understood by Templatizer.

```yml
version: v1
mode: goTemplate
variables:
- name: projectName
description: Name of your repository
- name: applicationVersion
default: 0.0.1
- name: applicationName
- name: goVersion
default: 1.17
description: Version of Go
- name: organizerion
description: Name of your Github organization
```

Templatizer can interact with any Web-based repositories.

You can find some examples of Templates on the following repositories:
The templates can be hosted on any web repositories. You can find some examples of Templates on the following repositories:

- [Go template layout]()
- [React template layout]()
Expand Down

0 comments on commit 152c4f4

Please sign in to comment.