An open API service indexing awesome lists of open source software.

https://github.com/wildandhya/cli-convert-file


https://github.com/wildandhya/cli-convert-file

Last synced: 3 months ago
JSON representation

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
```