limiting to a single file type.
Open
enhancement
- Dominant language
- CoffeeScript
- Stars
- 972
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
Is there any working solution to limit analysis to a single file extension? I tried using the -e (--exclude) switch to limit e.g. to JavaScript files. The idea is to exclude all files which are not javascript files.
```
sloc -e ".+^(\.js)$" -d .
```
But it is not working.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.