Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffynuts/watch-fs
Watches folders on your filesystem for changes & notifies on the console
https://github.com/fluffynuts/watch-fs
Last synced: 5 days ago
JSON representation
Watches folders on your filesystem for changes & notifies on the console
- Host: GitHub
- URL: https://github.com/fluffynuts/watch-fs
- Owner: fluffynuts
- License: bsd-3-clause
- Created: 2018-05-22T09:24:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:33:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T07:07:34.559Z (3 months ago)
- Language: C#
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# watch-fs
## What does it do?
Watches one or more folders for file changes and outputs which files were changed as it happens.It's not rocket-science, but it helps to debug why, for example, your `jest -w` command keeps re-running tests even though you're not changing specs or code files.
## Runs on...?
Written in .net, compiles against dotnetcore and dotnet 4.5.2. Run with dotnet core by issuing: `dotnet watch-fs.dll {path}...`## Building
1. Ensure you have dotnet build tools (dotnet core or msbuild however you get it)
2. run `npm install`
3. run `npm run build`