-
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Welcome to the generator-upendodnn wiki!
If you're a DNN developer, all of the instructions you should need are in the project README, including a useful video showing you everything.
https://github.com/UpendoVentures/generator-upendodnn#readme
Here are some resources for those of you who would like to help build and iterate on the upendodnn generator
.
First, get to know how to write a Yeoman generator.
Next, install this generator.
Now, you'll want to use your normal cloning technique to clone the repository to your development computer.
Finally, if you want to test the code you're writing - and you should - then, use the command prompt to navigate to the root folder where the generator project has been cloned in your file system. Your command to get to the root folder might look like the example below.
Command
cd C:\MyStuff\UpendoDnnGenerator\source-code\
Once you're there and you confirm this is the correct working directory, you will run the next command. You should see a package.json
in the same root folder, and the first line of real code in that file should "name": "generator-upendodnn"
.
Command
npm link
That's it! The next time you run the yo upendodnn
command, you should see your updates and/or errors to debug because of your updates. :)
Like what we're doing? Please sponsor us. Any amount is appreciated! 🙏🏽
This project is owned and maintained by Upendo Ventures, LLC for the benefit of everyone in the DNN CMS Community & Ecosystem.