0.1.2 • Published 6 years ago

generator-powershell-dsc v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

PowerShell DSC Template Generator

npm version Downloads MIT license

Creating new PowerShell DSC Configurations can be annoying. Creating configurations, configuration Data structures and writing scripts to install dsc resources should be easier. This generator helps you to create these default files in a blink.

To use this yeoman generator, you must have node installed.

This will install the yeoman generator

$ npm install yo

This will install this PowerShell DSC Generator

$ npm install generator-powershell-dsc

Usage

First run

This generator is intended to be run from within a folder where you want the template to be created. This can be in the root of the current folder or within a subfolder.

$ yo powershell-dsc

more to come

Think you found a bug

First check the issues list to see if someone else has already found it. If not, create an issue and give some details on how to reproduce this bug.