@@ -27,7 +27,6 @@ usually handled by a framework in any other programming language.
2727It is available both as a [ ruby gem] ( https://rubygems.org/gems/bashly ) and as
2828a [ docker image] ( https://hub.docker.com/r/dannyben/bashly ) .
2929
30-
3130## Documentation
3231
3332- [ Bashly Homepage] [ docs ]
@@ -49,6 +48,7 @@ a [docker image](https://hub.docker.com/r/dannyben/bashly).
4948Bashly is responsible for:
5049
5150- Generating a ** single, standalone bash script** .
51+ - Generating a ** human readable, shellcheck-compliant and shfmt-compliant script** .
5252- Generating ** usage texts** and help screens, showing your tool's arguments, flags and commands (works for sub-commands also).
5353- Parsing the user's command line and extracting:
5454 - Optional or required ** positional arguments** .
@@ -72,15 +72,12 @@ to contribute, feel free to [open an issue][issues] or
7272
7373Visit the * [ How to contribute] [ contributing ] * page for more information.
7474
75-
7675## Stargazers and Forkers
7776
7877[ ![ Stargazers repo roster for @DannyBen/bashly ] ( https://reporoster.com/stars/DannyBen/bashly )] ( https://github.com/DannyBen/bashly/stargazers )
7978
8079[ ![ Forkers repo roster for @DannyBen/bashly ] ( https://reporoster.com/forks/DannyBen/bashly )] ( https://github.com/DannyBen/bashly/network/members )
8180
82-
83-
8481[ issues ] : https://github.com/DannyBen/bashly/issues
8582[ discussions ] : https://github.com/DannyBen/bashly/discussions
8683[ docs ] : https://bashly.dannyb.co/
0 commit comments