Merge pull request #13 from mvdan/shfmt

Add shfmt to shell script dev
This commit is contained in:
Alois 2016-09-23 19:14:27 +02:00 committed by GitHub
commit 9df8850976

View File

@ -115,6 +115,7 @@ In addition of this list, you should read the list [awesome-shell](https://githu
- [bash_unit](https://github.com/pgrange/bash_unit) - bash unit testing enterprise edition framework for professionals
- [mo](https://github.com/tests-always-included/mo) - Mustache templates in pure bash
- [semver_bash](https://github.com/cloudflare/semver_bash) - Semantic Versioning in Bash
- [shfmt](https://github.com/mvdan/sh) - Format bash programs
- [shunit2](https://github.com/kward/shunit2) - A unit test framework for Bash scripts with a flavour of JUnit/PyUnit
## Community