This project is a plugin template designed to provide a solid foundation for developing new plugins for COVAS:NEXT.
- Valid manifest
- .gitignore
- Sample README.md
- Python entrypoint file
- Packaging scripts (For Linux and Windows).
- Install cookiecutter (
pip install cookiecutter), if you haven't already. - Clone the main COVAS:NEXT repository and get it running.
- Open a terminal in the
pluginssub-folder. - Run
cookiecutter gh:MaverickMartyn/COVAS-NEXT-Plugin-Templateand follow the prompts. - Happy coding!