Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 974 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 974 Bytes

conda-plugin-template

This repository contains a mix of templates and tutorials related to conda plugins.

Tutorials

To take a look at the tutorials, head over to tutorials.

Templates

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.

Share Your Plugins

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.