rafritts / bunit

A unit testing framework for Shell scripts - namely Bash.
MIT License
196 stars 11 forks source link

How to install correctly #45

Closed Raphhh closed 2 years ago

Raphhh commented 3 years ago

How and where in our project do we install this lib as a dev dependency and following the best practices?

For example, in javascript, we use the "npm" as dependencies manager: $ npm install --save-dev this-super-lib and "this-super-lib" goes directly in a specify directory "node_modules" and will be not build in the prod env. Is there something like this for shell dependencies?

There is no documentation in your README about installation best practices... :)

rafritts commented 2 years ago

Hey @Raphhh, I apologize for taking so long to respond. This software doesnt have an installation. Its simply a standalone file, bunit.shl. The goal is that its useable even in the most extreme of locked down systems.