https://github.com/alestor123/web-env
This is a simple code for a web powered env variable managemant tool
https://github.com/alestor123/web-env
cli environment management webdev
Last synced: 2 months ago
JSON representation
This is a simple code for a web powered env variable managemant tool
- Host: GitHub
- URL: https://github.com/alestor123/web-env
- Owner: alestor123
- License: mit
- Created: 2020-11-15T14:19:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T16:39:44.000Z (over 4 years ago)
- Last Synced: 2024-04-25T21:22:52.644Z (about 1 year ago)
- Topics: cli, environment, management, webdev
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 ``
# Example
``web-env-manage 3000 key ``# Env
## Creating Env
``touch .env``# Env Example
## Usage
```
KEY=
PORT=
```
## Example```
KEY= key
PORT=3000
```
# Step By Step Usage
this is a weip project and its still in developmentWIP
# Works
- [x] Add Web
- [] Confirm
- [] Improve code
- [x] Add Auth
- [x] Convert env to json
- [x] Add cli
- [] Add docs
- [] Clear store json
- [] Publish