Skip to content
/ valet Public

Valet is a zero dependency framework that helps you build fast, robust, testable and interactive CLI applications using bash.

License

Notifications You must be signed in to change notification settings

jcaillon/valet

Repository files navigation

♣️ Valet

Latest Release Total downloads MIT license bash 5+ required

icon

Valet is a framework that helps you build CLI applications in bash.

With Valet, you can setup and execute tests, code interactive experiences for your users, navigate and execute your scripts (called commands) from a searchable menu interface, and more! It provides libraries of functions that can be sourced to solve standard programming needs such as string, array or file manipulation, prompting the user, and so on...

Learn more on the Valet documentation website.

Installation instructions can be found here.