json-to-dotenv
v1.0.3
Published
This is a simple code for converting json to dotenv file cli/module
Downloads
4
Readme
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