license_checker 1.2.0 license_checker: ^1.2.0 copied to clipboard
A tool to view and check the licenses of a package's dependencies. It also generates a disclaimer file containing all the package licenses.
0.0.1 #
- Initial version
0.0.2 #
- General refactors
- Add disclaimer generator
- Add test
0.0.3 #
- More refactors
- Add tests
- Expose some private library functions
- Add ability to override the parsed copyright notice in the configuration file. ("copyrightNotice" field)
0.0.4 #
- Clean up print statements.
- Add successful completion print.
0.0.5 #
- Fix exit code conditional
1.0.0 #
- Add priority and alphabetical sorting option
1.1.0 #
- Add version flag
- Use proper exit codes
1.2.0 #
- Add yes flag to skip prompts when generating disclaimers
- Fix exit codes