A template repository for building and sharing custom Bashly libraries.
Instructions for template builders (you!)
Clone this repository (or click Use this template on GitHub).
Update the README with your own instructions.
Add your libraries — each library in its own folder.
Update the libraries configuration in
libraries.yml
.Replace all references of:
github:bashly-framework/custom-libs-templatewith your own GitHub username/repo:
github:YOUR_USERNAME/YOUR_REPODocumentation: https://bashly.dev/advanced/lib-source/
If you create a public Custom Libraries source that could be useful to others, please share it in Bashly Discussions → Show and tell or add it to the Bashly Wiki → Community Standard Libraries.
Delete this section when you’re done.
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:bashly-framework/custom-libs-template LIBRARY
For example:
bashly add --source github:bashly-framework/custom-libs-template prompts
- prompts: Add
prompt
andask
functions to prompt users for input