forked from blowekamp/itkExternalTemplate
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathcookiecutter.json
More file actions
12 lines (12 loc) · 872 Bytes
/
cookiecutter.json
File metadata and controls
12 lines (12 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
{
"full_name": "Insight Software Consortium",
"email": "itk+community@discourse.itk.org",
"project_name": "ITKModuleTemplate",
"module_name": "{{ cookiecutter.project_name[3:] }}",
"filter_name": "MyFilter",
"python_package_name": "itk-{{ cookiecutter.project_name[3:].lower() }}",
"example_name": "MyFilterApplicationWholePipeline",
"download_url": "https://github.com/InsightSoftwareConsortium/{{ cookiecutter.project_name }}",
"project_short_description": "This is a template that serves as a starting point for a new module.",
"project_long_description": "ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK employs leading-edge algorithms for registering and segmenting multidimensional scientific images."
}