Skip to content

Latest commit

 

History

History
80 lines (57 loc) · 2.45 KB

README.rst

File metadata and controls

80 lines (57 loc) · 2.45 KB

Plugin Boilerplate

Sample plugin structure for CSSI Library

Getting Started

# 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

Changelog

Please refer CHANGELOG.md to learn about the latest improvements, breaking changes and bug fixes.

Built with

     

Contributing

Please read CONTRIBUTING.rst for contributing guidelines and to learn about our code of conduct.

Contributors

Contributors

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.