/text-file-merger

Merge txt, csv, tsv files into single file.

Primary LanguageJavaScriptMIT LicenseMIT

text-file-merger

Merge txt, csv, tsv files into single file. This is an electron application for merging text files into single file. use Materialize css (https://materializecss.com/) and material design icon (https://material.io/tools/icons/)

Requirement

node.js (https://nodejs.org/en/download/) git (https://git-scm.com/downloads)

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/yohannaftali/text-file-merger
# Go into the repository
cd text-file-merger
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

To Build

Install electron packager

npm install --save-dev electron-packager

Run electron-packager

npx electron-packager .

License

MIT (Expat)