0.3.2 • Published 5 years ago

dotenvencrypt v0.3.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

dotenvencrypt

A package designed to help teams use secret enviroment variables together, without the security risk

Install

npm install dotenvencrypt --save-dev

Usage

const { decrypt } = require('dotenvencrypt');
decrypt(process.env.ENV_PASS);

require('dotenv').config(); // this will read the generated `.env` and populate process.env.* accordingly
0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago