Skip to content

Community Standard Libraries

Matt Blum edited this page Jan 16, 2025 · 1 revision

Overview

Bashly Standard Libraries follow two standard principles:

  1. They should be small, to allow for easy understanding and modification by users.
  2. 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!

Libraries

FlexIni

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.

Clone this wiki locally