Difference between revisions of "Argbash"

From Free Software Directory
Jump to: navigation, search
m (Added resources)
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
 
|User level=intermediate
 
|VCS checkout command=git clone https://github.com/matejak/argbash.git
 
|VCS checkout command=git clone https://github.com/matejak/argbash.git
Line 10: Line 10:
 
|Related projects=bash
 
|Related projects=bash
 
|Keywords=bash, parsing
 
|Keywords=bash, parsing
|Version identifier=2.2.3
+
|Version identifier=2.3.0
 
|Version status=stable
 
|Version status=stable
|Version download=https://github.com/matejak/argbash/archive/2.2.3.tar.gz
+
|Version download=https://github.com/matejak/argbash/archive/2.3.0.tar.gz
 
|Status=
 
|Status=
 
|Is GNU=No
 
|Is GNU=No

Revision as of 07:21, 8 March 2017


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