npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

envolve

v1.2.4

Published

Envolve CLI is a powerful tool for managing environment variables in your projects. It allows you to easily create, update, compare, and sync environment files across different services.

Downloads

43

Readme

alt text

Medium Blog

Envolve - Manage Your .env Files with Ease

Envolve is a command-line tool designed to simplify the management of .env files in your projects. It helps you collect, organize, and modify your environment variables across multiple projects, ensuring that you can easily handle your configuration data without the risk of losing it when you delete or archive your projects.

Motivation

In today's software development world, projects can accumulate numerous .env files. As you create and work on different projects, managing these files can become a challenging task. There are several common issues developers face:

  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.

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. Bulk Updates: You can make changes to environment variables across multiple projects with a single command.

  3. 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.

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

  5. Comparison: Envolve can compare two .env files and highlight the differences, making it easier to identify changes in your configuration.

Installation

Install envolve with npm

  npm install -g envolve

Commands

  • ls: LIST environment variables in an .env file for a specific service. Select a service and view its environment variables.

ls

  • sync: SYNC backs up your current project's .env file, restores the variables from a global .env file, and creates a symbolic link to the latest environment settings. This command is invaluable for maintaining consistency and easily switching between environment configurations while working on different projects.

sync

  • ua or update-all: The UPDATE-ALL command is a handy utility for updating a specific environment variable across multiple service-specific .env files. You'll be prompted to enter the old and new values, and then it will automatically update these values in all relevant service .env files.

ua

  • comp or compare: The COMPARE command is a handy utility for differences in two different files with the same variable.

comp

  • c or create: CREATE a new env file for a specific service.

ls

  • cp or copy: COPY an .env file to the current folder as a symlink.

  • u or update: UPDATE a single .env file for a specific service.

Contributors

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