- Clone this Repository
https://github.com/wildandhya/cli-convert-file.git
- Install NPM Packages
npm install
- Run the App
- run globally
npm install -g
- run locally
node index.js
- example
conv E:\Hello.txt -t json -o E:\helo\Hello.json
- option
-t <type> json | text
-o <new directory> E:\helo\Hello.txt