1.0.1 • Published 12 months ago
qrenv v1.0.1
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.