bunster/README.md at master · yassinebenaid/bunster #973
Labels
Git-Repo
Source code repository like gitlab or gh
github
gh tools like cli, Actions, Issues, Pages
New-Label
Choose this option if the existing labels are insufficient to describe the content accurately
shell-script
shell scripting in Bash, ZSH, POSIX etc
shell-tools
Tools and utilities for shell scripting and command line operations
software-engineering
Best practice for software engineering
Bunster
Have you ever wished your shell scripts could be faster, more portable, and secure? Bunster brings this to life by transforming your shell scripts into efficient, standalone binaries that are easy to distribute and deploy across platforms (only unix is supported at the moment).
Unlike other tools, Bunster doesn't just wrap your scripts in a binary—it compiles them down to efficient native machine code, leveraging the powerful Go toolchain. This ensures performance, portability, and robustness.
Technically speaking, Bunster in fact is a
shell-to-Go
Transplier that generates Go source out of your scripts. Then, optionally uses the Go Toolchain to compile the code to an executable program.Bunster targets
bash
scripts in particular. The current syntax and features are all inherited frombash
. Additional shells will be supported as soon as we release v1.Goals
In addition to the shell features, We aim to add several custom features to make shell scripts feel like any modern programming language. These features are either supported or are planned to be implemented in future. (consider contributing to help us speed up the development cycle)
bash
as a starting move. Then additional shells in future.Warning
This project is in its early stages of development, and is not yet ready for production. Not all features are implemented yet. But, plenty of them are. see what features are implemented so far.
Versioning
Bunster follows SemVer system for release versioning. On each minor release
v0.x.0
, You should expect adding new features. Code optimization and build improvements. On each patch releasev0.N.x
, you should expect bug fixes and/or other minor enhancements.Once we reach the stable release
v1.0.0
, you must expect your bash scripts to be fully compatible with Bunster (there might be some caveats). All features mentioned above to be implemented unless the community agreed on skipping some of them.Adding support for additional shells is not planned until our first stable release
v1
. All regarding contributions will remain open until then.Installation
Checkout the documentation for different ways of installation.
Contributing
Thank you for considering contributing to the Bunster project! The contribution guide can be found in the documentation.
This project is developed and maintained by the public community, which includes you. Anything in this repository is subject to criticism. Including features, the implementation, the code style, the way we manage code reviews, The documentation and anything else in this regard.
Hence, if you think that we're doing something wrong, or have a suggestion that can make this project better. Please consider opening an issue.
Code Of Conduct
In order to ensure that the Bunster community is welcoming to all, please review and abide by the Code of Conduct.
Security
If you discover a security vulnerability within Bunster, please send an e-mail to Yassine Benaid via [email protected]. All security vulnerabilities will be promptly addressed.
Please check out our Security Policy for more details.
License
The Bunster project is open-sourced software licensed under the GPLv3 license.
Suggested labels
{'label-name': 'shell-to-Go', 'label-description': 'A transplier that converts shell scripts into Go source code and executable binaries.', 'gh-repo': 'yassinebenaid/bunster', 'confidence': 56.22}
The text was updated successfully, but these errors were encountered: