Dart package to manage license files
- Scan project directory for license files
- Read the content of identified license files
- Identify the type of license from the license text
- Generate a simple report of all licenses used in the project
root
├─── docs
├─── lib
│ └─── src
├─── licenses
└─── test
Full documentation can be found in docs folder.
Run the following command to execute the test suite : dart test ./test/
We welcome contributions! Please read CONTRIBUTING.md for guidelines.
This project uses Semantic Versioning.