mirror of
https://github.com/janikvonrotz/awesome-powershell.git
synced 2024-12-27 00:09:57 -05:00
Merge pull request #7 from chantisnake/master
meet the `awesome standard`
This commit is contained in:
commit
b248329a17
39
readme.md
39
readme.md
@ -6,33 +6,38 @@
|
||||
|
||||
Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
||||
|
||||
## Modules
|
||||
## Table of Content
|
||||
|
||||
* [Frameworks](#frameworks)
|
||||
* [IDE](#ide)
|
||||
* [Package Managers](#package-managers)
|
||||
* [Security](#security)
|
||||
* [Themes](#themes)
|
||||
* [SharePoint](#sharepoint)
|
||||
* [Testing](#testing)
|
||||
* [Webserver](#webserver)
|
||||
* [Modules](#modules)
|
||||
* [Frameworks](#frameworks)
|
||||
* [IDE](#ide)
|
||||
* [Package Managers](#package-managers)
|
||||
* [Security](#security)
|
||||
* [Themes](#themes)
|
||||
* [SharePoint](#sharepoint)
|
||||
* [Testing](#testing)
|
||||
* [Webserver](#webserver)
|
||||
* [Resources](#resources)
|
||||
* [Blogs](#blogs)
|
||||
|
||||
## Modules
|
||||
|
||||
### Frameworks
|
||||
|
||||
- [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.
|
||||
- [PSCX ](https://pscx.codeplex.com/) - Useful set of additional cmdlets
|
||||
- [PSCX](https://pscx.codeplex.com/) - Useful set of additional cmdlets.
|
||||
|
||||
### IDE
|
||||
|
||||
- [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 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
|
||||
|
||||
- [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
|
||||
|
||||
@ -42,8 +47,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
||||
|
||||
### 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)
|
||||
- [Powerline](https://github.com/Jaykul/PowerLine) - PowerShell Classes for richer output and prompts
|
||||
- [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.
|
||||
|
||||
### SharePoint
|
||||
|
||||
@ -52,13 +57,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
||||
|
||||
### Testing
|
||||
|
||||
- [Pester](https://github.com/pester/Pester) - Powershell BDD style testing framework
|
||||
- [Pester](https://github.com/pester/Pester) - Powershell BDD style testing framework.
|
||||
|
||||
### Webserver
|
||||
|
||||
- [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.
|
||||
- [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
|
||||
|
||||
* [Blogs](#blogs)
|
||||
|
||||
### Blogs
|
||||
|
||||
- [Hey, Scripting Guy! Blog](http://blogs.technet.com/b/heyscriptingguy/) - Popular Microsoft blog.
|
||||
|
Loading…
Reference in New Issue
Block a user