Mike Linksvayer
Mike Linksvayer
Agree. Separate feature may or may not be for addalicense.com, but it would be really nice to have something which helped people suggest a license -- made the fork/used existing...
The really ideal thing would be to detect the license in the README and add the corresponding LICENSE.
If database were files you could just have a static site, and have all collaboration be through PRs. Django would not be needed at all. There are many ways to...
Fixing the huge problem of inadequate canonical identifiers for open source projects and well maintained project data referenceable from said identifiers would clearly not be commensurate with minor annoyance of...
https://github.com/licensee/licensee/blob/master/lib/licensee/commands/detect.rb#L74 I think you're right, this is not an error condition and the exit code should not indicate that it is. Barring anyone depending on this erroneous error indication 😄...
(I suspect line 74 could just be deleted and the script would exit with 0 unless there were an actual error which would be outside of the scope of the...
The "cache" is git. Commit your change locally, and licensee will obtain the result you expect. I think what you want is a no-git option. FWIW here's where the option...
It might also be reasonable to have licensee cli warn about uncommitted changes in files that could impact license detection. I admit this situation can be confusing, and I have...
@jcartey I'm not sure what "the first result" refers to. As to what would need to change to tell licensee to look uncommitted changes, probably a command line flag which...
> I am trying to run this project locally on a local project without git. The problem is that if I use it to detect the project's license, it would...