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
- Host: GitHub
- URL: https://github.com/alestor123/json-to-dotenv
- Owner: alestor123
- License: mit
- Created: 2020-12-08T08:12:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T11:57:06.000Z (over 5 years ago)
- Last Synced: 2024-04-24T22:22:19.657Z (about 2 years ago)
- Topics: cli, conversion, env, json
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Json 2 Dotenv
#
> 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
