Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 422 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 422 Bytes

Converter

Description

This app for convert file from .TSV to .JSON using Electron

Features

  • only upload file and automatic convert to .JSON

Installation

# Clone the repository
git clone https://github.com/wildy13/electron-tsvToJson.git

# Navigate to the project directory
cd electron-tsvToJson

# Install dependencies
npm install

# Run the app
npm run start

# Build the app
npm run build