Web Env Manage
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
- [x] Add Web
- [] Confirm
- [] Improve code
- [x] Add Auth
- [x] Convert env to json
- [x] Add cli
- [] Add docs
- [] Clear store json
- [] Publish