-
Notifications
You must be signed in to change notification settings - Fork 1
REQUIREMENTS.json
Raymond Piller edited this page Feb 1, 2016
·
1 revision
Use with REQUIREMENTS.json like this:
[
{
"Name": "Test-IsNonInteractiveShell",
"Command": "Test-IsNonInteractiveShell",
"Version": "v1.0",
"URL": "https://github.com/UNT-CAS-ITS/{0}/archive/{1}.zip",
"URL_f": "@($requirement.Name, $requirement.Version)",
"Path": "{0}\\REQUIREMENTS.json\\",
"Path_f": "$env:Temp",
"Import": ". {0}{1}-{2}\\{1}.ps1",
"Import_f": "@($Path, $requirement.Name, $requirement.Version.Split('v')[1])"
}
]