chokidar-sync
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

chokidar-sync

Initial working version.

Adapted from: https://github.com/FormidableLabs/whackage

Programmatic Usage

import {start} from 'chokidar-sync'
 
const main = () => {
  const sync = [{src: '../core-library', dest: 'core-library'}]
  start(sync)
}
 
main()

CLI Usage

$ npx chokidar-sync ../core-library:core-library

Package Sidebar

Install

npm i chokidar-sync

Weekly Downloads

4

Version

1.2.2

License

BSD-2-Clause

Unpacked Size

70.2 kB

Total Files

24

Last publish

Collaborators

  • bkonkle