UNPKG
generator-rcstep
Version:
latest (0.0.2)
0.0.2
0.0.1
RainCatcher Step Generator
raincatcher.feedhenry.io
wtrocki/generator-rcstep
generator-rcstep
/
generators
/
app
/
templates
/
lib
/
definition.json
10 lines
(9 loc)
•
225 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{ "
code
":
"<%=appName%>-form"
,
"name"
:
"<%=stepTitle%> Form"
,
"description"
:
"<%=description%>"
,
"templates"
: { "
form
":
"<<%=appName%>-form></<%=appName%>-form>"
,
"view"
:
"<<%=appName%>></<%=appName%>>"
} }