1.1.0 • Published 3 years ago

@haroun/sync-status-cli v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

sync-status-cli Build Status

Make a diff between two directories (source & target) and list all files missing in the target.

  • source is the directory used as reference
  • target is the directory where the files must be copied

Install

npm install --global @haroun/sync-status-cli

If you don't want to install the package globally, you can use npx instead

npx @haroun/sync-status-cli

Usage

$ sync-status --help

  Usage
    $ sync-status <source> <target>

  Examples
    $ sync-status ./source ./target
    ._DSCF2125.RAF
    ._DSCF2126.RAF

License

MIT © Harouna Traore

1.1.0

3 years ago

1.0.0

4 years ago