For now I'm just learning how to create a repo for Bashly libs.
If you wanna try by yourself, check the official documentation.
This repository contains custom, reusable Bash functions that are ready to be added to any Bashly project.
To add a library from this repository into your Bashly project, run:
bashly add --source github:meleu/bashly-libs LIBRARYFor example:
bashly add --source github:meleu/bashly-libs logs- logs: Provide commands for structured logging (debug/info/warn/error).