mirror of
https://github.com/janikvonrotz/awesome-powershell.git
synced 2024-12-27 16:29:49 -05:00
Added Build Tools Section
This commit is contained in:
parent
b248329a17
commit
92b5e05a09
@ -12,6 +12,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
|||||||
* [Frameworks](#frameworks)
|
* [Frameworks](#frameworks)
|
||||||
* [IDE](#ide)
|
* [IDE](#ide)
|
||||||
* [Package Managers](#package-managers)
|
* [Package Managers](#package-managers)
|
||||||
|
* [Build Tools](#build-tools)
|
||||||
* [Security](#security)
|
* [Security](#security)
|
||||||
* [Themes](#themes)
|
* [Themes](#themes)
|
||||||
* [SharePoint](#sharepoint)
|
* [SharePoint](#sharepoint)
|
||||||
@ -39,6 +40,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
|||||||
- [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.
|
||||||
|
|
||||||
|
## Build Tools
|
||||||
|
|
||||||
|
* [psake](https://github.com/psake/psake) - A build automation tool inspired by rake (aka make in Ruby) and bake (aka make in Boo).
|
||||||
|
* [Invoke-Build](https://github.com/nightroman/Invoke-Build) - A build and test automation tool inspired by psake
|
||||||
|
* [PSDeploy](https://github.com/RamblingCookieMonster/PSDeploy) - A module built for the purpose of simplifying the deployment of files and directories
|
||||||
|
* [BuildHelpers](https://github.com/RamblingCookieMonster/BuildHelpers) - A variety of helper functions for CI/CD scenarios
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
- [File System Security](https://gallery.technet.microsoft.com/scriptcenter/1abd77a5-9c0b-4a2b-acef-90dbb2b84e85) - Allows a much easier management of permissions on files and folders.
|
- [File System Security](https://gallery.technet.microsoft.com/scriptcenter/1abd77a5-9c0b-4a2b-acef-90dbb2b84e85) - Allows a much easier management of permissions on files and folders.
|
||||||
|
Loading…
Reference in New Issue
Block a user