Skip to content

bradwoo8621/folder-comparasion

Repository files navigation

Configuration

Create and put folder-compare-config.js in your app directory.

module.exports = {
	source: 'SOURCE_DIRECTORY_ABSOLUTE_PATH',
	sourceName: 'SOURCE_COLUMN_NAME',
	target: 'TARGET_DIRECTORY_ABSOLUTE_PATH',
	targetName: 'TARGET_COLUMN_NAME',
	ignored: ['.svn', '.git', '.gitignore', '.DS_Store'],
	output: 'OUTPUT_FILE_ABSOLUTE_PATH'
}

Run

folder-comparasion

Result

A CSV file separated by TAB, then open it by Excel.

Note

The output file:

  • Truncate if existed,
  • Create if not existed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published