Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using sloc in a NodeJS module: is it possible to search for all file extensions? #121

Open
benatspo opened this issue Jan 5, 2021 · 0 comments
Labels

Comments

@benatspo
Copy link

benatspo commented Jan 5, 2021

I'd like to do something like:
var stats = sloc("nsure", "*"); for(i in sloc.keys){ var k = sloc.keys[i]; console.log(k + " : " + stats[k]); }
in a NodeJS application.

Using the CLI, it is possible to do it, simply using the following command (without specifying any file extension):

sloc nsure

Thank you for your help 👍

@flosse flosse added the question label Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants