folder-comparasion

0.0.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i folder-comparasion

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

9.65 kB

Total Files

10

Last publish

Collaborators

  • bradwoo8621