Sha256: fc54934af56ada6236437e107c38d5cfd87ef1a9305f6a0d06f60550e777ec16
Contents?: true
Size: 1.36 KB
Versions: 36
Compression:
Stored size: 1.36 KB
Contents
# PowerShell Exercism Exercises for Windows PowerShell ## Contributing Guide Please see the [contributing guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data) Due to the spected amount of parallel changes to the **config.json** file, entries regarding the related exercise should be edited during the merging process to the master. ## Development Guidelines (by Microsoft) The topics in this section provide development guidelines that you can use to produce well-formed cmdlets. By leveraging the common functionality provided by the Windows PowerShell runtime and by following these guidelines, you can develop robust cmdlets with minimal effort and provide the user with a consistent experience. Additionally, you will reduce the test burden because common functionality does not require retesting. [Cmdlet Development Guidelines (by Microsoft)](https://msdn.microsoft.com/en-us/library/ms714657(v=vs.85).aspx): * [Required Development Guidelines](https://msdn.microsoft.com/en-us/library/dd878238(v=vs.85).aspx) * [Strongly Encouraged Development Guidelines](https://msdn.microsoft.com/en-us/library/dd878270(v=vs.85).aspx) * [Advisory Development Guidelines](https://msdn.microsoft.com/en-us/library/dd878291(v=vs.85).aspx) !!! [Approved Verbs for Windows PowerShell Commands](https://msdn.microsoft.com/en-us/library/ms714428(v=vs.85).aspx)
Version data entries
36 entries across 36 versions & 1 rubygems