0.0.5 • Published 2 years ago

clenv v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago