dotenv-cloak
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Dotenv Cloak

Dotenv Cloak is a package that allows you to generate on file all environment variables without the value

CI NPM Version Package License NPM Downloads

Installation

First we will have to install, in order to use this wonderful package.

# Using npm
npm install --save dotenv-cloak@latest

# Using yarn
yarn add dotenv-cloak@latest

🌎 Usage

# Application
APP_NAME=Dotenv Cloak
APP_PORT=8080

# Database
DB_HOST=localhost
DB_PASS=admin_password
DB_USER=root

The processed file will be generated .env.example

# Application
APP_NAME=Dotenv Cloak
APP_PORT=xxxx

# Database
DB_HOST=localhost
DB_PASS=xxxxxxxxxxxxxx
DB_USER=xxxxxx

to generate is very easy !

dotenv-cloak --ignore APP_NAME,DB_HOST

Stay in touch

License

dotenv-cloak under License MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i dotenv-cloak

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

6.87 kB

Total Files

12

Last publish

Collaborators

  • yonycalsin