Skip to content
Snippets Groups Projects
Commit 94c9a0c8 authored by Tamer Tas's avatar Tamer Tas
Browse files

Add constants for default files

parent aa7891d6
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,9 @@ const ( ...@@ -17,6 +17,9 @@ const (
ConfigFileName = "config.json" ConfigFileName = "config.json"
TemplateDir = "templates" TemplateDir = "templates"
ContextFileName = "project.json"
TemplateDirName = "template"
) )
var Configuration = struct { var Configuration = struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment