This repository has been archived by the owner on Aug 1, 2021. It is now read-only.
Releases: unnawut/licensir
Releases · unnawut/licensir
v0.2.7
v0.2.4
v0.2.2
v0.2.1
v0.2.0
The release comes with the ability to search from the dependency's LICENSE
and LICENSE.md
files.
If there is conflicting information between mix.exs
and the license files, it will say so in the output. For example:
$ mix licenses
Licenses listed by their dependency:
earmark 1.2.4 -> Apache 2 (see the file LICENSE for details)
ex_doc 0.18.1 -> Unsure (found: Apache 2.0, Apache 2)
Improved output formatting, code refactor & tests
- Output is columnized for easier reading
- Refactored code to be (a bit) more modular
- Added some simple tests for some peace of mind
A crude but working version
This is a very crude version of the package. A lot still needs to be done with the code and unit tests to make it professionally polished. But at least it should be able to list all the dependencies' licenses