Installation and setup

`csspin`_ must be installed.

For leveraging plugins from within the csspin-workflows plugin-package for csspin, the plugin-package must be added to the list of plugin-packages within a project’s spinfile.yaml.

Example: spinfile.yaml setup to enable the pytest and python plugins
plugin_packages:
    - csspin-workflows
plugins:
    - csspin_workflows.stdworkflows

After the setup is done, the plugin-package can be provisioned by executing the following command within the project’s directory:

spin provision

The plugins defined in the plugins section of the spinfile.yaml can now be used, using:

spin --help