Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 537 Bytes

File metadata and controls

22 lines (15 loc) · 537 Bytes

CSV Joiner

This is a simple desktop tool for joining CSV files.

Build Status

screenshot

Development Scripts

# run application in development mode
yarn dev

# compile source code and create webpack output
yarn compile

# `yarn compile` & create build with electron-builder
yarn dist

# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir