issues
search
microsoft
/
Requirements
PowerShell framework for declaratively defining and idempotently imposing system configurations
MIT License
159
stars
26
forks
source link
Better Docs
#27
Open
chriskuech
opened
5 years ago
chriskuech
commented
5 years ago
Topics that need to be covered
What is a Requirement?
What does a single Requirement look like?
What are all the properties on a Requirement?
Which properties are mandatory/optional?
What are the major patterns for building Requirements?
Dynamically generating Requirements using control flow (
if
,
foreach
, etc)
"Getter/setter" pattern for getting properties of your system
"Generator function" pattern for returning Requirements from a function based on parameters
Topics that need to be covered
if
,foreach
, etc)