Deanly / MinorChanges

A converter to convert text-based data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinorChanges

It is a simple project to convert files for text-based data.

Install

Need a Nodejs (Supports ES6)

$ npm i

Supported formats

  • Json (.json)
  • properties (.properties)
  • yaml (.yml)

Usage

View Help

$ node index.js --help

properties to yaml

$ node index.js -s {source-path} -d {dist-path} -t yml

yaml files to properties

$ node index.js -s ./my_src/ -d ./mydist/ -t properties

About

A converter to convert text-based data

License:MIT License


Languages

Language:JavaScript 100.0%