0.0.1 • Published 12 years ago

lookout v0.0.1

Weekly downloads
4
License
-
Repository
github
Last release
12 years ago

Introduction

Lookout is a file watcher for Node.js that will keep you up to date with all files in a directory, even if they are created after you begin watching. Lookout has got your back

Project Status

This is under active development. It is currently only tested on Ubuntu 11.04 Natty, with limited functionality. Lookout is not intended for production use, though contributions and bug reports are welcomed.

Installation

npm install lookout

Usage

We will see

Running Tests

Install development dependencies npm --dev install

Run Tests

cake test

To build js from coffee

cake build

To build and run tests

cake build test