Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "node-lode", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"preferGlobal": true, | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -17,3 +17,3 @@ # node-lode | ||
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 either load previous watched folders, or use the command-line arguments `<src> <dst>`. | ||
If you wish to use it you can use the command-line arguments `<src> <dst>`. | ||
@@ -24,2 +24,8 @@ ```bash | ||
Or load previous watched folders, without supplying any arguments | ||
```bash | ||
node-lode | ||
``` | ||
For CLI options, use the `-h` (or `--help`) argument: | ||
@@ -26,0 +32,0 @@ |
8277
34