Skip to content

WeAreSecton/envsnap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

envsnap Logo

Repo Size Issues License

Features

  • Create environments with a single command
  • Set and Use environments seamlessly
  • List all available environments
  • Delete environments when they're no longer needed
  • Automatic validation of .env file formats (coming soon)

Installation

To install envsnap, you need Node.js and npm installed on your system. Once you have those, you can install envsnap globally using npm:

npm install -g envsnap

Or use npx to run it without global installation:

npx envsnap <command>

Usage

Create an environment

npx envsnap create staging

Set the active environment

npx envsnap set staging

Use a specific environment

npx envsnap use staging

Delete an environment

npx envsnap delete staging

List all environemnts

npx envsnap list

License

envsnap is licensed under the MIT License. See the LICENSE file for more information.

Thank you for using envsnap! We hope it makes managing your environment configurations a breeze.