Contribution guideLink
This documents guides you on how to contribute to this project.
Prerequisites
git clone git@github.com:webscopeio/license.sh.git- Install
- pipenv
pipenv install&&pipenv shell- Run
- license audit of license.sh
pipenv run ./license.shor - unit tests
pipenv run python -m unittest - run style formater
black . - open documentation with
pipenv run mkdocs serve - Read Architecture section.
PackagingLink
In order to distribute & test this package, run python3 setup.py sdist in a home
directory.
It will generate .tar.gz file in dist/ directory which you can
install with pip install <file.tar.gz>