0.1.4 • Published 2 years ago

json2fs v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Transform JSON files to key-based file structure

The use case for such CLI comes from kubernetes world. Sometimes we need to store secrets as key-value files. Here is the example from SAP world: https://www.npmjs.com/package/@sap/xsenv#usage-in-kubernetes The input however sometimes come as a JSON file. For example as Cloud Foundry service binding. The purpose of this CLI is to create these files from provided JSON

Installation

npm i -D json2fs

Usage

Usage: json2fs [options]

Converts json to file tree

Options:
  --to <dir_name>     Directory name to store the files
  --from <json_file>  json file (by default is taken from STDIN)
  -h, --help          display help for command
0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago