Sample plugin structure for CSSI Library
# clone the repository
# --depth 1 removes all but one .git commit history
git clone --depth 1 https://github.com/project-cssi/cssi-plugin-boilerplate.git
# change the directory
cd cssi-plugin-boilerplate
# install dependencies
pip install -r requirements.txt
Please refer CHANGELOG.md to learn about the latest improvements, breaking changes and bug fixes.
     Please read CONTRIBUTING.rst for contributing guidelines and to learn about our code of conduct.
This project is licensed under the MIT License - see the LICENSE.txt file for details.