generator-powershell-dsc
v0.1.2
Published
PowerShell DSC tools build for VS Code. This generator allows you to create PowerShell DSC Configurations.
Downloads
4
Maintainers
Readme
PowerShell DSC Template Generator
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.