npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

generator-upendodnn

v1.12.5

Published

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).

Downloads

791

Readme

generator-upendodnn

NPM version Build Status Libraries.io dependency status for GitHub repo

Scaffolds DNN extensions, including Modules (Webforms, SPA, and MVC), Persona Bar, Skin Object, Library, Scheduler, and Hotcakes Commerce projects (based on generator-dnn built by Matt Rutledge).

The video below will walk you through everything you need to know. (right-click and open in a new tab)

DNN: Building Enterprise & Team Friendly Solutions & Extensions with UpendoDNN

Sponsors == (typeOf superHuman) Awesome;

Yes, it's not real code. It's just supposed to be fun. :P

This solution is created and maintained by Upendo Ventures for the DNN CMS Community. Please consider sponsoring us for this and the many other open-source efforts we do. It's a lot. :)

UpendoDNN Generator

Table of Contents

Installation

1. Manual Software Installation

This generator is dependent on the following popular frameworks, and needs them to be installed for you to use this generator. You probabably already have them installed.

First, install/upgrade Node.js and npm to the most current version.

Warning: You may need to add the user path to your Environmental Variables. Here is an example from Windows 10 (you'd replace yourUsername, obviously):

C:\Users\yourUsername\AppData\Roaming\npm

2. Dependency: MSBuild (optional step?)

You also need to install the latest version of MSBuild if you don't already have it installed.

Note: Visual Studio 2019 (and newer) should have installed MSBuild for you.

MSBuild Download Locations

3. Finish Installing by Command Line

The commands below will install the final bits.

  1. Install Yeoman:
npm install -g yo  
  1. Install Yarn:
npm install -g yarn  
  1. Install the generator:
npm install -g generator-upendodnn  

Using UpendoDNN Generator

Now, you're ready to sprint through your DNN projects!

Here are the steps to generate your new project... 4 easy steps!

  1. Create a folder for it:
mkdir my-project-name  
  1. Go into that folder.
cd my-project-name  
  1. Choose the project to install.
yo upendodnn  
  1. Open the solution in Visual Studio, and have fun writing code!

IMPORTANT!

You need to first create the Solution Structure if you haven't yet done so in this directory. Then, create any extension you want.

More verbose instructions on how to use this.

First-Timers: How to Use (verbose)

First, install the generator using the steps above.

  1. Create and navigate to a folder where you wish to begin your new DNN-based solution. (command line example is above)
  2. Run yo upendodnn in CMD or Powershell in that folder.
  3. For the first time, you'll want to always first choose the Solution Structure scaffold and step through the wizard.
  4. Once the solution scaffold is created, run yo upendodnn again to add your other desired DNN projects.
  5. Re-open the solution in Visual Studio, and begin writing code. The project is ready and waiting for you!

That's it! Now you can begin building your awesome DNN extension(s) as you see fit. Everything is now under one easy-to-open, -run, -code, -build, and -commit to source control solution.

Say hi to Will at DNN Summit and DNN-Connect. :)

Awesome Sponsors Accepted Here

Upgrading

In many cases, you may be able to simply re-execute the following command to upgrade upendodnn generator.

npm install -g generator-upendodnn  

However, upgrading your existing projects may or may not be more involved. If you want to take advantage of the build process updates, you will at least need to update the build files.

The steps below will help you upgrade the build process in your development environment successfully.

  1. In a new (empty) folder, run yo upendodnn.
  2. Choose the Solution Structure.
  3. Copy the files from both the Build and References folders.
  4. Paste the files into their respective matching folders in your project. Overwrite all.
  5. In any release, if there were any updates to the project file(s) and/or .build file(s), you'll want to return to the new "copy/paste" folder you just created.
  6. Use the upendodnn generator to install each respective extension.
  7. Use a compare/diff tool, like WinMerge, to compare the files and determine which updates you want to merge into your existing development environment.

Video Overview

Additional Features

Additional features for end-users will continue to be added in this project's wiki.

More Documentation

Want to learn more or how to build the generator code locally? Please see our wiki for additional documentation.

UpendoDNN Generator Wiki

Original Project

Original Project Documentation

License

MIT © 2018 Matt Rutledge

MIT © 2019-2023 Upendo Ventures, LLC