From 18bc40332292cfb9445b1bf4126a0ca1c6670694 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Fri, 8 Mar 2019 13:08:25 +0100 Subject: [PATCH] Move htconvert into devops (#286) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1166f97..2c65374 100644 --- a/readme.md +++ b/readme.md @@ -131,7 +131,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [bower-name-cli](https://github.com/sindresorhus/bower-name-cli) - Check whether a package name is available on bower. - [caniuse-cmd](https://github.com/sgentle/caniuse-cmd) - Searches [caniuse.com](caniuse.com) about browser support of feature. -- [htconvert](https://github.com/lukechilds/htconvert) - Convert .htaccess redirects to nginx.conf redirects. - [is-up-cli](https://github.com/sindresorhus/is-up-cli) - Check whether a website is up or down. - [pkg-dir-cli](https://github.com/sindresorhus/pkg-dir-cli) - Find the root directory of a npm package. - [npm-name-cli](https://github.com/sindresorhus/npm-name-cli) - Check whether a package name is available on npm. @@ -170,6 +169,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Devops +- [htconvert](https://github.com/lukechilds/htconvert) - Convert .htaccess redirects to nginx.conf redirects. - [aws-cli](https://github.com/aws/aws-cli) - Universal Command Line Interface for Amazon Web Services. - [azure-cli](https://github.com/Azure/azure-cli) - Command-line tools for Azure. - [SAWS](https://github.com/donnemartin/saws) - Supercharged AWS CLI.