An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Web Env Manage



views


views



#
> 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 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