0.0.1-alpha-0.0.5 • Published 1 year ago

keep-pace v0.0.1-alpha-0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 git for code version control and SVN for development, operation and delivery assistance.

Installation

npm install -g keep-pace

Usage

sync

keep sync /tmp/source /usr/local/dest

watch

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/dest

Feature

  • 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