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
- Host: GitHub
- URL: https://github.com/sourcec0de/tachyon
- Owner: sourcec0de
- License: mit
- Created: 2016-04-01T06:44:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-03T00:44:11.000Z (about 10 years ago)
- Last Synced: 2025-01-12T11:32:41.456Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.