This project is a collection of templates for Plone integrators to use through Cookieplone.
- pipx: A tool for installing and running Python applications.
Install pipx
with the following command:
pip install pipx
Select a template with the following command:
pipx run cookieplone
[1/1] Select a template
1 - A Plone Project
2 - Backend Add-on for Plone
3 - Frontend Add-on
Template | Description | |
---|---|---|
A Plone Project |
Create a new Plone project with backend and frontend components. | Read More |
Backend Add-on for Plone |
Create a new Python package to be used with Plone. | Read More |
Frontend Add-on for Plone |
Create a new Node package to be used with Volto. | Read More |
This project is licensed under the MIT License.
Happy coding!