xscripts

A bash framework writing and running scripts inside projects

On GitHub

Installation

In the root of a project, run the following command:

        /bin/bash -c "$(curl -fsSL https://xscripts.sh/install.sh)"
        

This will create a .xscripts directory in the project root along with the x script, which is the entry point for all your scripts.