https://github.com/i-e-b/syncdeps
[Working] A command-line tool to help with build dependency management
https://github.com/i-e-b/syncdeps
c-sharp developer-tools development-workflow
Last synced: 11 months ago
JSON representation
[Working] A command-line tool to help with build dependency management
- Host: GitHub
- URL: https://github.com/i-e-b/syncdeps
- Owner: i-e-b
- Created: 2012-05-03T21:11:19.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-23T10:59:33.000Z (over 13 years ago)
- Last Synced: 2025-01-27T12:11:15.296Z (about 1 year ago)
- Topics: c-sharp, developer-tools, development-workflow
- Language: C#
- Homepage:
- Size: 1.09 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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"