webscopeio / license.sh

License checker tool - We're in a beta phase, any help is appreciated, especially reporting issues
https://webscopeio.github.io/license.sh
MIT License
40 stars 6 forks source link

Multi language repo #78

Open 4rokis opened 4 years ago

4rokis commented 4 years ago

If you have a repo that have Pipfile.lock and 'package-lock.json' the output will look something like this

$ license-sh ../XXX/ -t
===========
Initiated License.sh check for pipenv project located at ../XXX/
===========
⠸ Fetching license info from pypi ...
===========
Initiated License.sh check for NPM project YYY located at ../XXX/
===========

All results on python check will be ignored and results of npm check will be displayed

4rokis commented 4 years ago

95 Disables possibility that it will check more than one project. This falls to the #93 category