I created a simple function along the lines of New-xDscResource, except it creates the proper folder structure and module files. I was wondering if this would be useful enough to be included here. I must admit contributing like this is new to me, so apologize if this isn't the proper way to ask. From what I've seen, I'm supposed to create a pull request but some projects prefer discussion first. Let me know what you decide.
Due to the lovely answer from Robert Westerlund of this question http://stackoverflow.com/questions/22157256/powershell-dsc-composite-resources I now understand Composite Resource much better than from the official documentation.
I created a simple function along the lines of New-xDscResource, except it creates the proper folder structure and module files. I was wondering if this would be useful enough to be included here. I must admit contributing like this is new to me, so apologize if this isn't the proper way to ask. From what I've seen, I'm supposed to create a pull request but some projects prefer discussion first. Let me know what you decide.