UNPKG

generator-dnn

Version:

Scaffolds DNN Modules, Persona Bar, Skin projects

47 lines (31 loc) 1.56 kB
# generator-dnn [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] > Scaffolds DNN / DotNetNuke Modules, Persona Bar, Skin projects ## Installation First, install [Yeoman](http://yeoman.io) and generator-dnn using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). ```bash npm install -g yo npm install -g generator-dnn ``` Then generate your new project: ```bash mkdir my-project-name cd my-project-name yo dnn ``` [More verbose instructions on how to use this.](http://www.dnnsoftware.com/community-blog/cid/155574/create-a-dnn-module-in-less-than-2-minutes) ## Getting To Know Yeoman * Yeoman has a heart of gold. * Yeoman is a person with feelings and opinions, but is very easy to work with. * Yeoman can be too opinionated at times but is easily convinced not to be. * Feel free to [learn more about Yeoman](http://yeoman.io/). ## More Documentation Want to learn more or how to build the gnerator code locally? [Project Documentation](https://mtrutledge.github.io/generator-dnn/) ## License MIT © [Matt Rutledge]() [npm-image]: https://badge.fury.io/js/generator-dnn.svg [npm-url]: https://npmjs.org/package/generator-dnn [travis-image]: https://travis-ci.org/mtrutledge/generator-dnn.svg?branch=master [travis-url]: https://travis-ci.org/mtrutledge/generator-dnn [daviddm-image]: https://david-dm.org/mtrutledge/generator-dnn.svg?theme=shields.io [daviddm-url]: https://david-dm.org/mtrutledge/generator-dnn