﻿

# AngularDnn-CLI

A library that allows generating Dotnetnuke modules, developed in Angular 6.

## Installation
 
  `npm i -g angulardnn-cli`

## Init Dotnetnuke Module

    dng init
This generates a .dnn to each project defined in the angular.json file.
    
    dng init <Project Name>   
This generates a .dnn to each project defined in the angular.json file.

## Generate the installable Dotnetnuke module

    dng build
This generates an installable .zip for dotnetnuke for each project defined in the angular.json file.

    dng build <Project Name>   
This generates an installable .zip for specific project defined in the angular.json file.

## Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.


## License
AngularDnn-CLI is [MIT licensed](LICENSE) and all it's dependencies are MIT or BSD licensed.