From 92b5e05a09d68b8378f58020d90c8963eaf26bc4 Mon Sep 17 00:00:00 2001 From: Joshua Barton Date: Fri, 16 Sep 2016 13:09:17 -0500 Subject: [PATCH 1/3] Added Build Tools Section --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 6479299..031e262 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. * [Frameworks](#frameworks) * [IDE](#ide) * [Package Managers](#package-managers) + * [Build Tools](#build-tools) * [Security](#security) * [Themes](#themes) * [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. - [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 - [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. From ac2969c44164a27cd9addaa96757e960eba63112 Mon Sep 17 00:00:00 2001 From: Joshua Barton Date: Fri, 16 Sep 2016 13:10:09 -0500 Subject: [PATCH 2/3] Missed a #, wrong value --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 031e262..94c1d89 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,7 @@ 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. - [Chocolatey](https://chocolatey.org/) - The package manager for Windows. The sane way to manage software on Windows. -## Build Tools +### 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 From 5544008c08e018b86d2ee45278be6f9dd3c23f2d Mon Sep 17 00:00:00 2001 From: Joshua Barton Date: Fri, 16 Sep 2016 13:22:10 -0500 Subject: [PATCH 3/3] Minor change to description of PSDeploy --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 94c1d89..7ee826e 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. * [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 +* [PSDeploy](https://github.com/RamblingCookieMonster/PSDeploy) - A module built for the purpose of simplifying multiple types of deployments * [BuildHelpers](https://github.com/RamblingCookieMonster/BuildHelpers) - A variety of helper functions for CI/CD scenarios ### Security