# node-lode

> Automatic File Watcher and Copier

Latest version **1.0.10** (published 2019-08-09) · 0 weekly downloads

## Install

```sh
npm install node-lode
pnpm add node-lode
yarn add node-lode
bun add node-lode
```

Provides the command `node-lode`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.10 |
| Published | 2019-08-09 |
| First published | 2019-08-07 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 8.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Christopher Poul Rosendorf |
| Maintainers | exomemphiz |

## Links

- npm: https://www.npmjs.com/package/node-lode
- Repository: https://github.com/ExoMemphiz/node-lode
- Homepage: https://github.com/ExoMemphiz/node-lode#readme
- Issues: https://github.com/ExoMemphiz/node-lode/issues
- npm.io page: https://npm.io/package/node-lode

## Dependencies (3)

- [open](https://npm.io/package/open.md) 6.4.0
- [fs-extra](https://npm.io/package/fs-extra.md) 8.1.0
- [prompt-sync](https://npm.io/package/prompt-sync.md) 4.1.7

## Recent versions

- 1.0.10 (latest) — 2019-08-09
- 1.0.9 — 2019-08-09
- 1.0.8 — 2019-08-09
- 1.0.7 — 2019-08-07
- 1.0.6 — 2019-08-07
- 1.0.5 — 2019-08-07
- 1.0.4 — 2019-08-07
- 1.0.3 — 2019-08-07
- 1.0.1 — 2019-08-07
- 1.0.0 — 2019-08-07

## README

# 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](http://npmjs.org) (the recommended way):

```bash
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>`.

```bash
node-lode <src> <dst>
```

Or load previous watched folders, without supplying any arguments

```bash
node-lode
```

For CLI options, use the `-h` (or `--help`) argument:

```bash
node-lode -h
```

---
_Source: https://npm.io/package/node-lode · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
