This project is a tool to help you bootstrap your environment. It uses a Javascript configuration file to define the environment variables you want to set. A variable can be a simple string with a default value or a custom generator function.
- Bun v1.1.45 or higher since it's used to compile the project
The repository contains a script to automatically install the script in your system.
./init.shThis will install the script in your system and create a symbolic link in /usr/local/bin.
To use the script, you need to create a configuration file called bootstrap-env.config.js in the root of the repository.
From there, simply run the script:
bootstrap-envTo keep the script up to date, run the following command:
./compile.shIt will automatically pull the latest changes from the main branch and compile the project.