This repository contains a mix of templates and tutorials related to conda plugins.
To take a look at the tutorials, head over to tutorials.
We currently have a cookiecutter template you can use to start a new conda plugin project. To use it, run the following command:
cookiecutter gh:conda/conda-plugin-template --directory="cookiecutter-template"
or
cookiecutter https://github.com/conda/conda-plugin-template.git --directory="cookiecutter-template"
If you do not currently have cookiecutter installed, please refer to their installation guide.
Please consider submitting a pull request with a link to your conda plugin to the conda-incubator/plugins repository. This will help others find your plugin and use it.