You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 line
282 B

  1. {variables, []}.
  2. {template, "plugin.erl", "src/{{appid}}.erl"}.
  3. {template, "otp_lib.app.src", "src/{{appid}}.app.src"}.
  4. {template, "rebar.config", "rebar.config"}.
  5. {template, "gitignore", ".gitignore"}.
  6. {template, "LICENSE", "LICENSE"}.
  7. {template, "plugin_README.md", "README.md"}.