https://github.com/urbit/watch
https://github.com/urbit/watch
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/urbit/watch
- Owner: urbit
- Created: 2016-07-25T22:37:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T22:38:48.000Z (almost 10 years ago)
- Last Synced: 2025-08-02T07:00:12.657Z (11 months ago)
- Language: CoffeeScript
- Size: 1000 Bytes
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# `watch`
This script will watch folders and copy files to a destination when
they change.
## Configure
`watch.coffee` expects a file called `config.json` that looks like
`config_example.json`. Everyone has different paths — so don't check
in your `config.json` to this repo.
## Install and run:
```
> npm install
> coffee watch.coffee
```