https://github.com/wildandhya/cli-convert-file
https://github.com/wildandhya/cli-convert-file
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wildandhya/cli-convert-file
- Owner: wildandhya
- Created: 2021-06-29T20:04:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T06:56:26.000Z (about 5 years ago)
- Last Synced: 2025-01-28T22:38:51.554Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Command Line Interface
for convert file format to json and plain text
## Contents
- [Installation](#installation-for-development)
- [Usage](#usage)
## Installation
1. Clone this Repository
```sh
https://github.com/wildandhya/cli-convert-file.git
```
2. Install NPM Packages
```sh
npm install
```
3. Run the App
- run globally
```sh
npm install -g
```
- run locally
```sh
node index.js
```
## Usage
1. example
```sh
conv E:\Hello.txt -t json -o E:\helo\Hello.json
```
2. option
```sh
-t json | text
```
```sh
-o E:\helo\Hello.txt
```