Skip to content

Commit

Permalink
Created a guideline for How to write a provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyunt committed Dec 6, 2016
1 parent cde7674 commit 8b8a8af
Show file tree
Hide file tree
Showing 3 changed files with 1,138 additions and 6 deletions.
23 changes: 23 additions & 0 deletions docs/README.md
@@ -0,0 +1,23 @@

# PackageManagement (aka OneGet)


- PackageManagement [Overview][overview]
- OneGet [Cmdlets][cmdlets]
- [Try some samples][samples]
- Write a PowerShell-based [OneGet provider][writeprovider]
- Read our [General Q and A](https://github.com/OneGet/oneget/wiki/Q-and-A)
- [General Troubleshooting](https://github.com/OneGet/oneget/wiki/General-Troubleshooting)
- Check out more help information [in our wiki page](https://github.com/oneget/oneget/wiki)

## Links
- Changes in [WMF 5.0][WMI50]
- Changes in [WMF 5.1][WMI51]


[overview]: ../readme.md#PackageManagement-(aka-OneGet)
[cmdlets]:https://msdn.microsoft.com/en-us/powershell/gallery/psget/oneget/packagemanagement_cmdlets
[samples]: ../readme.md#Let's-Try-it
[writeprovider]: ./writepowershellbasedprovider.md
[WMI50]: https://msdn.microsoft.com/en-us/powershell/wmf/5.0/oneget_cmdlets
[WMI51]:https://msdn.microsoft.com/en-us/powershell/wmf/5.1/package-management-improvements

0 comments on commit 8b8a8af

Please sign in to comment.