Command Line Interface

for convert file format to json and plain text

Contents

Installation

  1. Clone this Repository
  https://github.com/wildandhya/cli-convert-file.git
  1. Install NPM Packages
  npm install
  1. Run the App
  • run globally
npm install -g
  • run locally
node index.js 

Usage

  1. example
  conv E:\Hello.txt -t json -o E:\helo\Hello.json
  1. option
  -t <type> json | text
  -o <new directory> E:\helo\Hello.txt