-
Notifications
You must be signed in to change notification settings - Fork 26
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
Crawl nested licenses [add option to not use gitignore] #56
Comments
Hi! It should definitely be crawling through all directory levels. Is there a specific file path (with file name) that it's missing? By default,
|
Hmm, you are correct, i have overlooked that. It seems that it is just ignoring |
My usage is that i want to go thought all of your dependencies of the project and check the licenses you are using. Therefore i need for it to go thought node_modules. It is fine if run it on |
Ah! Do you have node_modules in your |
For sure it is there.... 🤦 Why i haven't thought about it |
That's probably it. I'll keep this issue open to add a flag to askalono to not use gitignore, since I could see wanting to both ignore and crawl it. |
It works. Thanks very much for the support |
Command
askalono crawl {directory}
Checks the directory and if the directory has license file it exits with the results.
Folder structure
Call
askalono crawl ./root
Returns:
However I need for it to return all of the license files
Is that somehow possible?
😭 I cannot read RUST 😓
The text was updated successfully, but these errors were encountered: