Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdorantesm/envpack
Envpack lets you share dotenv file with your teammates with one simple command
https://github.com/fdorantesm/envpack
dotenv dotfiles env environment environment-variables teammates variables
Last synced: 22 days ago
JSON representation
Envpack lets you share dotenv file with your teammates with one simple command
- Host: GitHub
- URL: https://github.com/fdorantesm/envpack
- Owner: fdorantesm
- Created: 2021-10-23T10:37:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T14:19:33.000Z (over 1 year ago)
- Last Synced: 2024-04-23T23:02:47.402Z (7 months ago)
- Topics: dotenv, dotfiles, env, environment, environment-variables, teammates, variables
- Language: TypeScript
- Homepage: https://envpack.dorantes.dev
- Size: 58.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📦 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,
```sh
$ npm i -g envpack
```
As project dependency```sh
$ npm i -D envpack
```### Help
| | |
| ------ | ------------------------ |
| export | -e, --export \ |
| import | -i, --import \ |
| help | -h, --help |### Is this helpful?
Would to like to star or contribute with this?