Move htconvert into devops (#286)

This commit is contained in:
Jonathan Neidel 2019-03-08 13:08:25 +01:00 committed by Shaun Clayton
parent 330261b8d3
commit 18bc403322
1 changed files with 1 additions and 1 deletions

View File

@ -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.