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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i folder-comparasion

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

9.65 kB

Total Files

10

Last publish

Collaborators

  • bradwoo8621