소스 검색

Make standalone vs complete project template clear

Some templates like OTP apps are usable within releases, so the text
does remain a bit vague, but hopefully less than before.
pull/426/head
Fred Hebert 10 년 전
부모
커밋
3d810e521c
5개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. +1
    -1
      priv/templates/app.template
  2. +1
    -1
      priv/templates/cmake.template
  3. +1
    -1
      priv/templates/escript.template
  4. +1
    -1
      priv/templates/lib.template
  5. +1
    -1
      priv/templates/plugin.template

+ 1
- 1
priv/templates/app.template 파일 보기

@ -1,4 +1,4 @@
{description, "OTP Application"}.
{description, "Complete OTP Application structure."}.
{variables, [
{name, "mylib", "Name of the OTP application"},
{desc, "An OTP application", "Short description of the app"}

+ 1
- 1
priv/templates/cmake.template 파일 보기

@ -1,2 +1,2 @@
{description, "Makefile for building C/C++ in c_src"}.
{description, "Standalone Makefile for building C/C++ in c_src"}.
{template, "Makefile", "c_src/Makefile"}.

+ 1
- 1
priv/templates/escript.template 파일 보기

@ -1,4 +1,4 @@
{description, "Escriptized application"}.
{description, "Complete escriptized application structure"}.
{variables, [
{name, "mylib", "Name of the OTP application to be escriptized"},
{desc, "An escript", "Short description of the project"}

+ 1
- 1
priv/templates/lib.template 파일 보기

@ -1,4 +1,4 @@
{description, "OTP Library application (no processes)"}.
{description, "Complete OTP Library application (no processes) structure"}.
{variables, [
{name, "mylib", "Name of the OTP library application"},
{desc, "An OTP library", "Short description of the app"}

+ 1
- 1
priv/templates/plugin.template 파일 보기

@ -1,4 +1,4 @@
{description, "Rebar3 plugin"}.
{description, "Rebar3 plugin project structure"}.
{variables, [
{name, "myplugin", "Name of the plugin"},
{desc, "A rebar plugin", "Short description of the plugin's purpose"}

불러오는 중...
취소
저장