Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Add missing template files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakado committed Feb 20, 2022
1 parent 59a689c commit dec94d4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cmd/resources/templates/projector/projector.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name="projector"
author="tomakado"
version="1.0.0"
url="https://github.com/tomakado/projector"
description="Basic template manifest for Projector"

[[steps]]
name="init projector template"
[[steps.files]]
path="projector.toml.tpl"
output="projector.toml"

9 changes: 9 additions & 0 deletions cmd/resources/templates/projector/projector.toml.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name="{{.ProjectName}}"
author="{{.ProjectAuthor}}"
version="snapshot"
url="https://github.com/{{.ProjectAuthor}}/{{.ProjectName}}"
description="Enter your template description here"

[[steps]]
name="hello world"
shell="echo \"hello, world!\""

0 comments on commit dec94d4

Please sign in to comment.