Skip to content

i-e-b/SyncDeps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SyncDeps

A command-line tool to help with build dependency management

Usage: SyncDeps "path" "src pattern" "dst pattern" ["log path"]

Path: path to check. All files matching the pattern in this path and sub paths will be replaced by the most recent copy found by exact name.

Pattern: file name pattern to match against. May use Wildcards '*' and '?'

Example: SyncDeps "C:\Projects\MyProject" "\bin\Debug\MyProject.dll" "\Dependencies\MyProject.dll"

About

[Working] A command-line tool to help with build dependency management

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages