[ITK-dev] Module cookiecutter template
Matt McCormick
matt.mccormick at kitware.com
Tue Sep 19 10:57:18 EDT 2017
Hi folks,
To make ITK module creation easier, we now have a cookiecutter
template. To create a new external module in your current directory,
run:
python -m pip install cookiecutter
python -m cookiecutter gh:InsightSoftwareConsortium/ITKModuleTemplate
# Fill in the information requested at the prompts
For more information, see:
https://github.com/InsightSoftwareConsortium/ITKModuleTemplate
Matt
More information about the Insight-developers
mailing list