diff options
Diffstat (limited to 'templates/application.app.src')
-rw-r--r-- | templates/application.app.src | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/application.app.src b/templates/application.app.src new file mode 100644 index 0000000..3bd1d6b --- /dev/null +++ b/templates/application.app.src @@ -0,0 +1,13 @@ +{application, project_name, [ + {description, ""}, + {vsn, "0.1.0"}, + {id, "git"}, + {modules, []}, + {registered, []}, + {applications, [ + kernel, + stdlib + ]}, + {mod, {project_name_app, []}}, + {env, []} +]}. |