Merge pull request #7 from chantisnake/master

meet the `awesome standard`
This commit is contained in:
Janik Vonrotz 2016-09-16 10:25:23 -07:00 committed by GitHub
commit b248329a17

View File

@ -6,33 +6,38 @@
Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
## Modules ## Table of Content
* [Frameworks](#frameworks) * [Modules](#modules)
* [IDE](#ide) * [Frameworks](#frameworks)
* [Package Managers](#package-managers) * [IDE](#ide)
* [Security](#security) * [Package Managers](#package-managers)
* [Themes](#themes) * [Security](#security)
* [SharePoint](#sharepoint) * [Themes](#themes)
* [Testing](#testing) * [SharePoint](#sharepoint)
* [Webserver](#webserver) * [Testing](#testing)
* [Webserver](#webserver)
* [Resources](#resources)
* [Blogs](#blogs)
## Modules
### Frameworks ### Frameworks
- [Carbon](http://get-carbon.org/) - DevOps for automating the configuration of Windows computers. - [Carbon](http://get-carbon.org/) - DevOps for automating the configuration of Windows computers.
- [PowerShell PowerUp](https://github.com/janikvonrotz/PowerShell-PowerUp) - A powerfull server management framework. - [PowerShell PowerUp](https://github.com/janikvonrotz/PowerShell-PowerUp) - A powerfull server management framework.
- [PSCX ](https://pscx.codeplex.com/) - Useful set of additional cmdlets - [PSCX](https://pscx.codeplex.com/) - Useful set of additional cmdlets.
### IDE ### IDE
- [PowerGui](http://en.community.dell.com/techcenter/powergui/w/wiki) - Powerfull IDE to execute scripts local and remote. - [PowerGui](http://en.community.dell.com/techcenter/powergui/w/wiki) - Powerfull IDE to execute scripts local and remote.
- [PowerShell Plus](https://www.idera.com/productssolutions/freetools/powershellplus) - An all in one IDE. - [PowerShell Plus](https://www.idera.com/productssolutions/freetools/powershellplus) - An all in one IDE.
- [Powershell Studio](https://www.sapien.com/software/powershell_studio) - Probably the most powerful and most expensive powershell IDE, with high DPI support and updates regularly - [Powershell Studio](https://www.sapien.com/software/powershell_studio) - Probably the most powerful and most expensive powershell IDE, with high DPI support and updates regularly.
### Package Managers ### Package Managers
- [PsGet](http://psget.net/) - Set of commands to install modules from central directory, local file or from the web. - [PsGet](http://psget.net/) - Set of commands to install modules from central directory, local file or from the web.
- [chocolatey](https://chocolatey.org/) - The package manager for Windows. The sane way to manage software on Windows. - [Chocolatey](https://chocolatey.org/) - The package manager for Windows. The sane way to manage software on Windows.
### Security ### Security
@ -42,8 +47,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
### Themes ### Themes
- [oh-my-posh](https://github.com/JanJoris/oh-my-posh) - tons of beautiful theme that can be enabled by one single command (includes many awesome powerline theme) - [Oh-My-Posh](https://github.com/JanJoris/oh-my-posh) - Tons of beautiful theme that can be enabled by one single command (includes many awesome powerline theme).
- [Powerline](https://github.com/Jaykul/PowerLine) - PowerShell Classes for richer output and prompts - [Powerline](https://github.com/Jaykul/PowerLine) - PowerShell Classes for richer output and prompts.
### SharePoint ### SharePoint
@ -52,13 +57,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
### Testing ### Testing
- [Pester](https://github.com/pester/Pester) - Powershell BDD style testing framework - [Pester](https://github.com/pester/Pester) - Powershell BDD style testing framework.
### Webserver ### Webserver
- [PoSH Server](http://www.poshserver.net/) - Secure, flexible and lightweight web server to meet your requirements. - [PoSH Server](http://www.poshserver.net/) - Secure, flexible and lightweight web server to meet your requirements.
### Commandline productivity ### Commandline Productivity
- [PSReadLine](https://github.com/lzybkr/PSReadLine) - A bash inspired readline implementation for PowerShell. Keeps history between sessions, adds reverse-history search and makes the commandline experience much better overall. - [PSReadLine](https://github.com/lzybkr/PSReadLine) - A bash inspired readline implementation for PowerShell. Keeps history between sessions, adds reverse-history search and makes the commandline experience much better overall.
- [Jump-Location](https://github.com/tkellogg/Jump-Location) - Powershell `cd` that reads your mind. [Autojump](https://github.com/wting/autojump) implementation for powershell. - [Jump-Location](https://github.com/tkellogg/Jump-Location) - Powershell `cd` that reads your mind. [Autojump](https://github.com/wting/autojump) implementation for powershell.
@ -67,8 +72,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
## Resources ## Resources
* [Blogs](#blogs)
### Blogs ### Blogs
- [Hey, Scripting Guy! Blog](http://blogs.technet.com/b/heyscriptingguy/) - Popular Microsoft blog. - [Hey, Scripting Guy! Blog](http://blogs.technet.com/b/heyscriptingguy/) - Popular Microsoft blog.