https://github.com/conda/conda-plugin-template
https://github.com/conda/conda-plugin-template
conda-plugin
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/conda/conda-plugin-template
- Owner: conda
- License: bsd-3-clause
- Created: 2022-08-26T15:40:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T15:39:56.000Z (10 months ago)
- Last Synced: 2025-04-02T18:54:53.568Z (9 months ago)
- Topics: conda-plugin
- Language: Python
- Size: 152 KB
- Stars: 10
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](./tutorials).
## Templates
We currently have a [cookiecutter](https://cookiecutter.io) 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](https://cookiecutter.readthedocs.io/en/stable/installation.html).
## Share Your Plugins
Please consider submitting a pull request with a link to your conda plugin to the [conda-incubator/plugins](https://github.com/conda-incubator/plugins) repository. This will help others find your plugin and use it.