-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy path.yo-rc.json
26 lines (26 loc) · 992 Bytes
/
.yo-rc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"generator-dotnetnuke": {
"promptValues": {
"projType": "library",
"dnnVersion": "9.13.0",
"npm": true,
"projectname": "Blog",
"projectdescription": "The DotNetNuke Blog module is an easy to use content publishing module that is tightly integrated with the core DotNetNuke framework. It can be used in single or multi-author environments and also permits content authoring using off-site tools such as Windows Live Writer.",
"yourname": "Peter Donker",
"email": "[email protected]",
"companyfull": "DotNetNuke Community",
"companyshort": "DotNetNuke",
"companyUrl": "www.dnncommunity.org",
"dnnHost": "http://dnndev.me",
"dnnRoot": "DL/",
"namespace": "DotNetNuke.Modules.Blog",
"Name": "Core",
"Namespace": "DotNetNuke.Blog.Core",
"Separate": false
},
"Company": "DotNetNuke",
"Project": "Blog",
"Namespace": "DotNetNuke.Blog",
"Solution": "DotNetNuke.Blog"
}
}