generator-upendodnn
Version:
Scaffolds DNN extensions, including Modules (Webforms, SPA, and MVC), Persona Bar, Skin Object, Library, Scheduler, and Hotcakes Commerce projects (based on the generator built by Matt Rutledge).
14 lines • 489 B
JSON
{
"scripts": {
"build-client": "cd ./client-app && npm run build",
"build-client-dev": "cd ./client-app && npm run build-dev",
"build-settings": "cd ./settings-app && npm run build",
"build-settings-dev": "cd ./settings-app && npm run build-dev"
},
"module": {
"packageName": "<%= fullNamespace %>",
"folderName": "<%= fullNamespace %>",
"azureCompatible": "true",
"iconFile": "DesktopModules\\<%= friendlyName %>\\Images\\logo.png"
}
}