Difference between revisions of "Argbash"

From Free Software Directory
Jump to: navigation, search
(added the argbash utility)
 
m
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
|Short description=Bash argument parsing code generator
 
|Short description=Bash argument parsing code generator
 
|Full description=Argbash is not a parsing library, but it is rather a code generator that generates a library tailor-made for your script. It lets you to describe arguments your script should take and then, you can generate the bash code. You can either include in your script or let Argbash do it for you (in any case, from then on, you can forget about Argbash altogether). Argbash is very simple to use and the generated code is relatively nice to read. Moreover, argument definitions stay embedded in the script, so when you need to update the parsing logic, you just re-run the argbash script on the already generated script.
 
|Full description=Argbash is not a parsing library, but it is rather a code generator that generates a library tailor-made for your script. It lets you to describe arguments your script should take and then, you can generate the bash code. You can either include in your script or let Argbash do it for you (in any case, from then on, you can forget about Argbash altogether). Argbash is very simple to use and the generated code is relatively nice to read. Moreover, argument definitions stay embedded in the script, so when you need to update the parsing logic, you just re-run the argbash script on the already generated script.
|Homepage URL=https://github.com/matejak/argbash
+
|Homepage URL=https://argbash.io
|User level=intermediate
+
|Is High Priority Project=No
 
|VCS checkout command=git clone https://github.com/matejak/argbash.git
 
|VCS checkout command=git clone https://github.com/matejak/argbash.git
 
|Computer languages=bash m4
 
|Computer languages=bash m4
 +
|Documentation note=http://argbash.readthedocs.io/en/stable/
 +
|Decommissioned or Obsolete=No
 
|Related projects=bash
 
|Related projects=bash
 
|Keywords=bash, parsing
 
|Keywords=bash, parsing
|Status=
+
|Version identifier=2.7.1
 +
|Version status=stable
 +
|Version download=https://github.com/matejak/argbash/archive/2.3.0.tar.gz
 +
|User level=intermediate
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
 
}}
 
}}
Line 21: Line 28:
 
|Email=matej.tyc@gmail.com
 
|Email=matej.tyc@gmail.com
 
|Username=bubla
 
|Username=bubla
|Resource URL=
+
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/matejak/argbash
 +
}}
 +
{{Resource
 +
|Resource audience=Users
 +
|Resource kind=Homepage
 +
|Resource URL=https://argbash.io
 +
}}
 +
{{Resource
 +
|Resource audience=Developers, users
 +
|Resource kind=Changelog
 +
|Resource URL=https://raw.githubusercontent.com/matejak/argbash/master/ChangeLog
 +
}}
 +
{{Resource
 +
|Resource audience=Users
 +
|Resource kind=Download
 +
|Resource URL=https://github.com/matejak/argbash/releases
 
}}
 
}}
 
{{Software category
 
{{Software category

Latest revision as of 20:26, 14 August 2018


[edit]

argbash

https://argbash.io
Bash argument parsing code generator

Argbash is not a parsing library, but it is rather a code generator that generates a library tailor-made for your script. It lets you to describe arguments your script should take and then, you can generate the bash code. You can either include in your script or let Argbash do it for you (in any case, from then on, you can forget about Argbash altogether). Argbash is very simple to use and the generated code is relatively nice to read. Moreover, argument definitions stay embedded in the script, so when you need to update the parsing logic, you just re-run the argbash script on the already generated script.





Licensing

License

Verified by

Verified on

Notes




Leaders and contributors

Contact(s)Role
Matěj Týč (Bubla)developer


Resources and communication

AudienceResource typeURI
UsersDownloadhttps://github.com/matejak/argbash/releases
Developers, usersChangeloghttps://raw.githubusercontent.com/matejak/argbash/master/ChangeLog
UsersHomepagehttps://argbash.io
DeveloperVCS Repository Webviewhttps://github.com/matejak/argbash


Software prerequisites

KindDescription
Required to useautoconf




Entry








"developer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.




"Users" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Developers" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property."users" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Users" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.