clenv

0.0.5 • Public • Published

clenv

A .env manager

Installation

npm install -g clenv

Example Usage

# Add a new env variable

❯ clenv add
key => NODE_ENV
value => development

# List the env variables
❯ clenv list

JWT_SECRET='IAMSUPERSECRET'
NODE_ENV='development'

Help

Usage: clenv [options] [command]

A .env manager

Options:
  -V, --version   output the version number
  -h, --help      display help for command

Commands:
  add             Add a new env variable
  list|ls         List the env variables
  change          Change the value of a env variable
  help [command]  display help for command

LICENSE

MIT

Package Sidebar

Install

npm i clenv

Weekly Downloads

2

Version

0.0.5

License

MIT

Unpacked Size

5.86 kB

Total Files

10

Last publish

Collaborators

  • qxbthree