PromucFlow_constructor/app/util/plugin-generation/plop-templates/plugin-iml.hbs
Trisha Anand 5139be6be9
feat: Generating plugin framework using plop (#6956)
* WIP First commit

* Generating different files from different templates

* Adding file to edit for adding database changelogs

* Tested the modify file step as well.

* Completed the plugin generation for today's plugins

* Tested with all the files getting generated property

* Not tracking node_modules

* Removes node_modules

* Incorporated review comments
2021-09-02 19:22:17 +05:30

5 lines
156 B
Handlebars

plugin.id={{dashCase name}}
plugin.class=com.external.plugins.{{pascalCase name}}
plugin.version=1.0-SNAPSHOT
plugin.provider={{email}}
plugin.dependencies=