Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 646 Bytes

File metadata and controls

28 lines (17 loc) · 646 Bytes

PluginCode

PluginCode is a library that provides plugable functionality with plugins, including Click plugins. It is used by ScanCode toolkit and related projects

Visit https://aboutcode.org and https://github.com/aboutcode-org/ for support and download.

To set up the development environment:

source configure

To run unit tests:

pytest -vvs -n 2

To clean up development environment:

./configure --clean