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

https://github.com/sourcec0de/tachyon

A fast, watchman backed, file system watcher and runner
https://github.com/sourcec0de/tachyon

Last synced: about 1 year ago
JSON representation

A fast, watchman backed, file system watcher and runner

Awesome Lists containing this project

README

          

Tachyon
===

A fast, watchman backed, file system watcher and runner.

The goal is to have an incremental test runner that will execute tests based only
on the files that have changed.

In essence changing a single file should not re-run the entire test suite.

#### This project is still in development.