node-lode

1.0.10 • Public • Published

node-lode

node-lode is a tool that allows you to quickly set up a watchman for copying files from one directory to another.
It automatically transfers any files that are changed to the destination folder, whenever the files in the source folder are changed.

Installation

Either through cloning with git or by using npm (the recommended way):

npm i -g node-lode

Usage

node-lode listens for any changes to the files in the given source directory, and will automatically overwrite the destination files when a change is detected.
If you wish to use it you can use the command-line arguments <src> <dst>.

node-lode <src> <dst>

Or load previous watched folders, without supplying any arguments

node-lode

For CLI options, use the -h (or --help) argument:

node-lode -h

Readme

Keywords

none

Package Sidebar

Install

npm i node-lode

Weekly Downloads

1

Version

1.0.10

License

none

Unpacked Size

8.61 kB

Total Files

3

Last publish

Collaborators

  • exomemphiz