0.0.1-alpha-0.0.5 • Published 3 years ago
keep-pace v0.0.1-alpha-0.0.5
keep-pace (*WIP)
keep-pace is a file synchronization tool. The original use scenario was to simplify synchronizing files with each other when developing under dual version control. With keep-pace, you can easily copy one or more files(directories) to a specified path to merge/replace the target files or directories.
The dual version control system here refers to the use of
gitfor code version control andSVNfor development, operation and delivery assistance.
Installation
npm install -g keep-paceUsage
sync
keep sync /tmp/source /usr/local/destwatch
start a progress to watch the source directory, and the changed files or directories will be synchronized to destination automatically on real time.
keep watch <SOURCE_DIRECTORY> <DESTINATION>
keep watch /tmp/source /usr/local/destFeature
- Support both directory and file
- Support overwriting
- Support filter
- Support realtime synchronization
Todo List
- TypeScript Supporting
- Windows Supporting
- Support filtering by glob
- Support customized config
0.0.1-alpha-0.0.4
3 years ago
0.0.1-alpha-0.0.5
3 years ago
0.0.1-alpha-0.0.3
3 years ago
0.0.1-alpha-0.0.2
3 years ago
0.0.1-alpha-0.0.1
3 years ago