Skip to content

Natesan/electron-code-comparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-code-comparator

App to run code comparison across directories real quick.

Cross Platform Code Comparison application built using Electron

Utility can scan given two directories and perform the following

  1. File comparison on similar files that are available on both the directories
  2. Report on the files that are available in the source but not in the destination directory
  3. Report on the files that are available in the destination but not in the source directory

Consolidated patch of all the differences in similar files can be downloaded as a patch file

How to use

  • Download the source repo
  • Fire the terminal in the electron-code-comparator directory
  • Run 'npm install' to install all the dependencies
  • Run 'npm start' to fire the application
  • Select the directories and compare
  • Download the difference patch file

Development

  • To execute tests run 'npm test' in the electron-code-comparator directory

License

MIT License

About

Electron Cross Platform App for Code Comparison

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published