@@ -27,7 +27,6 @@ usually handled by a framework in any other programming language.
27
27
It is available both as a [ ruby gem] ( https://rubygems.org/gems/bashly ) and as
28
28
a [ docker image] ( https://hub.docker.com/r/dannyben/bashly ) .
29
29
30
-
31
30
## Documentation
32
31
33
32
- [ Bashly Homepage] [ docs ]
@@ -49,6 +48,7 @@ a [docker image](https://hub.docker.com/r/dannyben/bashly).
49
48
Bashly is responsible for:
50
49
51
50
- Generating a ** single, standalone bash script** .
51
+ - Generating a ** human readable, shellcheck-compliant and shfmt-compliant script** .
52
52
- Generating ** usage texts** and help screens, showing your tool's arguments, flags and commands (works for sub-commands also).
53
53
- Parsing the user's command line and extracting:
54
54
- Optional or required ** positional arguments** .
@@ -72,15 +72,12 @@ to contribute, feel free to [open an issue][issues] or
72
72
73
73
Visit the * [ How to contribute] [ contributing ] * page for more information.
74
74
75
-
76
75
## Stargazers and Forkers
77
76
78
77
[ ![ Stargazers repo roster for @DannyBen/bashly ] ( https://reporoster.com/stars/DannyBen/bashly )] ( https://github.com/DannyBen/bashly/stargazers )
79
78
80
79
[ ![ Forkers repo roster for @DannyBen/bashly ] ( https://reporoster.com/forks/DannyBen/bashly )] ( https://github.com/DannyBen/bashly/network/members )
81
80
82
-
83
-
84
81
[ issues ] : https://github.com/DannyBen/bashly/issues
85
82
[ discussions ] : https://github.com/DannyBen/bashly/discussions
86
83
[ docs ] : https://bashly.dannyb.co/
0 commit comments