Skip to content

Envpack lets you share dotenv file with your teammates with one simple command

Notifications You must be signed in to change notification settings

fdorantesm/envpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 Envpack

Have you ever been asked to share the environment files of a large monorepo with more than a dozen apps?
In that case you probably created an exact structure file by file... local, development, staging, qa, preproduction, production, etc, per app, per teammate, because you probably deleted that zip or it is not updated.
If you still reading up to this point you know what it does mean.

Envpack lets you zip and unzip all your .env files keeping original paths.

Installation

Globally,

$ npm i -g envpack

As project dependency
$ npm i -D envpack

Help

export -e, --export <filename>
import -i, --import <filename>
help -h, --help

Is this helpful?

Would to like to star or contribute with this?