소스 검색

add otp_app template

pull/3/head
Tristan Sloughter 10 년 전
부모
커밋
fcf2c97156
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      priv/templates/otp_app.template

+ 7
- 0
priv/templates/otp_app.template 파일 보기

@ -0,0 +1,7 @@
{variables, []}.
{template, "app.erl", "src/{{appid}}_app.erl"}.
{template, "otp_app.app.src", "src/{{appid}}.app.src"}.
{template, "rebar.config", "rebar.config"}.
{template, "gitignore", ".gitignore"}.
{template, "LICENSE", "LICENSE"}.
{template, "README.md", "README.md"}.

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