-
-
Notifications
You must be signed in to change notification settings - Fork 90
Community Standard Libraries
Matt Blum edited this page Jan 16, 2025
·
1 revision
Bashly Standard Libraries follow two standard principles:
- They should be small, to allow for easy understanding and modification by users.
- They must not pollute the global space - everything must be tucked inside functions.
Because of this, not everything is meant to be shipped as an integrated Bashly Standard Library. Community Standard Libraries are written by, wait for it, the community and tend to cover more specific and/or advanced use cases. If you've written a library that you think others would find useful, please list it below!
FlexIni expands on Bashly's built-in ini management and allows you to load, utilize, and save one or more ini files within your Bash script.