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

https://github.com/alestor123/json-to-dotenv

This is a simple code for converting json to dotenv file cli/module
https://github.com/alestor123/json-to-dotenv

cli conversion env json

Last synced: 2 months ago
JSON representation

This is a simple code for converting json to dotenv file cli/module

Awesome Lists containing this project

README

          

Json 2 Dotenv



views


views



#
> This is a simple code for converting json to dotenv file cli/module




# Documentation

# Quick use

``npx json-to-dotenv``

# Installation

``npm i json-to-dotenv -g ``

# Usage

``json-to-dotenv ./store.json ./.env``

# Example
``json-to-dotenv ./store.json ./.env ``

# Step By Step Usage
this is a wip project and its still in development

WIP