-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
docs #2
Comments
Thanks! There aren't even any keywords! I'll get it updated. |
@doowb @jonschlinkert can we get this shaped-up for 1.0 (docs, project structure, etc)? I also noticed that it depends on I bring this up because it's used by |
alright, admit it... you like |
@phated I'll get this updated and bump to 1.0. |
updated, added more documentation, and published as 1.0. Updated the description, if either of you has a better description feel free to update it (or let me know and I'll update it) @phated I added you to the project. |
It still doesn't say what it does. If this "resolves a file path", then why not just use edit: @doowb is this the lib that uses a breadth-first search? If so, that's also relevant for the description. |
Yeah, this takes care of finding a case sensitive file path on case sensitive OSes.
Yes, because it only searches the directory that the file name might exist in. How's this?
Then I'll add a "Why use this?" section in the readme that explains that different file systems may have different casings and that using |
that's great! |
How's this
|
Just realized that the description (in package.json and on the repo) of this module actually says nothing about what the module actually does. This would probably be a lot more popular if people knew the value and purpose of this lib, and that it is able to successfully detect a path regardless of casing
The text was updated successfully, but these errors were encountered: