Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 540 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 540 Bytes

Cookiecutter Templates

This directory contains Cookiecutter templates for making new Intake plugins and data packages.

To use these templates, install cookiecutter:

conda install -c defaults -c conda-forge cookiecutter

or

pip install cookiecutter

For a new plugin:

cookiecutter gh:ContinuumIO/intake/templates/plugin

And for a new conda data package:

cookiecutter gh:ContinuumIO/intake/templates/data_package

The template will prompt for parameters.