2.1.0 • Published 3 years ago

web-env-manage v2.1.0

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

This is a simple code for a web powered env variable managemant tool

Documentation

Quick use

npx web-env-manage

Installation

npm i web-env-manage -g

Usage

web-env-manage <port number> <key>

Example

web-env-manage 3000 key

Env

Creating Env

touch .env

Env Example

Usage

KEY=<Key>
PORT=<Port>

Example

KEY= key
PORT=3000

Step By Step Usage

this is a weip project and its still in development

WIP

Works

  • Add Web
  • [] Confirm
  • [] Improve code
  • Add Auth
  • Convert env to json
  • Add cli
  • [] Add docs
  • [] Clear store json
  • [] Publish