Skip to content

Synchronize environment variables across projects and manage .env files. Automates the restoration of .env files for all projects, ensures consistency by syncing variables from a global .env file, and creates symbolic links to maintain the latest environment settings.

Notifications You must be signed in to change notification settings

erdemkosk/envolve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Envolve-Go

Synchronize environment variables across projects and manage .env files. Automates the restoration of .env files for all projects, ensures consistency by syncing variables from a global .env file, and creates symbolic links to maintain the latest environment settings.

Motivation

In today's fast-paced world, the demand for reliable and efficient software solutions continues to grow. As developers, we strive not only to meet these demands but to exceed them by creating robust applications that solve real-world problems.

  1. Disorganization: Multiple .env files scattered across various project folders can lead to disorganization and confusion.

  2. Configuration Changes: Over time, you may need to update environment variables across multiple projects. Manually making these changes in each .env file is tedious and error-prone.

  3. Data Loss: When you delete or archive a project, you risk losing the associated .env files and their crucial configuration data.

The motivation behind our project stems from the desire to streamline and enhance the development process. We understand the challenges developers face daily – from managing configurations to ensuring seamless deployment. Our goal is to simplify these complexities and empower developers to focus more on innovation and less on repetitive tasks.

Join us on this journey of innovation and efficiency as we continue to push the boundaries of what's possible in software development.

Envolve's Solution

Envolve aims to address these issues by providing a streamlined solution:

  1. Centralization: Envolve centralizes all your .env files in a dedicated folder, making it easy to find and manage them.

  2. Symlink Support: Envolve allows you to create symbolic links to your .env files, ensuring that you don't lose crucial configuration data when projects are deleted or archived.

  3. Visualization: With Envolve, you can view the content of .env files in an organized tabular format for better clarity.

Related

Here are some related projects

Node Version

How to Install on homebrew (Macos | Linux)

brew update
brew tap erdemkosk/envolve
brew install envolve

How to Install on winget (Windows)

winget source update
winget install envolve

Commands

Welcome to the Envolve!

EnvolveRoot

Sync and Show

For example, you have an application called x-service. And you have an .env file inside this application, in this case, run the envolve sync command in that project. If you want, you can give the path and run it without being in that folder.With this, your .env file is copied to the .envolve folder and given as a symlink to the file you are working on. This way, if you delete your project, your file will not be lost

EnvolveSync

SyncAll and Show

For example, you have a folder called projects. There is an .env file in each of your projects. If you do not want to sync them one by one, you can use sync-all. All your projects are automatically synced. If you do not want to go to the Projects folder, you can give --path EnvolveSync

Edit

Edit environment variables across projects. Using this, you can find all env files according to key and value and change them automatically with a single action.

EnvolveSync

Roadmap

  • Adding restore env files

  • Adding drive upload function with enc

Release on Brew

  export GITHUB_TOKEN=xxxx
  goreleaser --snapshot  --clean  //it will create new snapshot
  git tag -a v1.0.0 -m "First release" && git push origin v1.0.0
  goreleaser release --clean 
  brew tap erdemkosk/envolve

Contributors

A big thank you to all the contributors who have helped make Envolve better:

erdemkosk
Erdem Köşk
suleymantaspinar
Süleyman Taşpınar

About

Synchronize environment variables across projects and manage .env files. Automates the restoration of .env files for all projects, ensures consistency by syncing variables from a global .env file, and creates symbolic links to maintain the latest environment settings.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages