Skip to content

Instantly share code, notes, and snippets.

@soundmasteraj
Forked from singhsegv/template.xml
Created December 3, 2020 07:15
Show Gist options
  • Save soundmasteraj/3f0b25f28192307ccd128097ea38a914 to your computer and use it in GitHub Desktop.
Save soundmasteraj/3f0b25f28192307ccd128097ea38a914 to your computer and use it in GitHub Desktop.
<template format="4"
revision="1"
name="MVP Template Activity"
description="Creates a new MVP classes - Presenter, View, Contract and Dagger Module.">
<category value="Other"/>
<parameter id="className"
name="Functionality Name"
type="string"
constraints="class|unique|nonempty"
default="MvpDemo"
help="The name of the functionality that requires MVP views"/>
<globals file="globals.xml.ftl" />
<execute file="recipe.xml.ftl" />
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment