An open API service indexing awesome lists of open source software.

https://github.com/urbit/watch


https://github.com/urbit/watch

Last synced: 4 months ago
JSON representation

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
```