1.0.10 • Published 5 years ago

node-lode v1.0.10

Weekly downloads
40
License
-
Repository
github
Last release
5 years ago

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
1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago