Skip to content

mRaffaello/bootstrap-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap your environment with Javascript

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.

Prerequisites

  • Bun v1.1.45 or higher since it's used to compile the project

Installation

The repository contains a script to automatically install the script in your system.

./init.sh

This will install the script in your system and create a symbolic link in /usr/local/bin.

Usage

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-env

Update

To keep the script up to date, run the following command:

./compile.sh

It will automatically pull the latest changes from the main branch and compile the project.

About

Bootstrap your environment with Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors