https://github.com/valango/svelte-check-filter
Stream filter for svelte-check output.
https://github.com/valango/svelte-check-filter
Last synced: 27 days ago
JSON representation
Stream filter for svelte-check output.
- Host: GitHub
- URL: https://github.com/valango/svelte-check-filter
- Owner: valango
- License: isc
- Created: 2023-09-30T20:24:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T21:59:33.000Z (over 2 years ago)
- Last Synced: 2025-01-24T20:45:08.033Z (over 1 year ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dwalker [](https://travis-ci.org/valango/svelte-check-filter) [](https://codecov.io/gh/valango/duke)
# svelte-check-filter
A stream filter to make svelte-check output selective.
Example:
```
$ npx svelte-check | svelte-check-filter -ui/pages "Proj*.?*
```
Will show only files like `Project.ts` or `ProjectEditor.svelte` outside of the `ui/pages` path.