From 152c4f42c4ba95dd71fe8f8f8165178575c6d399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Corrales=20Solera?= Date: Fri, 4 Mar 2022 07:13:46 +0100 Subject: [PATCH] Work on README documentation --- README.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/README.md b/README.md index 129f466..780e5b1 100644 --- a/README.md +++ b/README.md @@ -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]()