SkillAgentSearch skills...

Duplikate

Syncs one directory to another (example: a git project to an svn repo)

Install / Use

/learn @technoweenie/Duplikate
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

duplikate

process the differences between the two directories:

dupe = Duplikate.process 'my-git-repo', 'my-svn-repo' dupe.added_files #=> [..., ...] dupe.added_directories #=> [..., ...] dupe.deleted_files #=> [..., ...] dupe.deleted_directories #=> [..., ...] dupe.existing_files #=> [..., ...]

dupe.report

Or actually make the changes and commit in svn:

Duplikate.execute 'my-git-repo', 'my-svn-repo'

TODO: Actual real-world usage!

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated1y ago
Forks17

Languages

Ruby

Security Score

60/100

Audited on Apr 19, 2024

No findings