qrenv
v1.0.1
Published
A CLI tool to generate QR code for your environment variables in the terminal.
Downloads
6
Readme
QrEnv
A cli tool to generate QR code for your environment variables in the terminal itself.
Installation
npm install -g qrenv
Usage
qrenv <path-to-env-file>
or
npx qrenv <path-to-env-file>
By default it will look for .env
file in the current directory if no path is provided.