Is there a way to create templates (like starters)...
# questions
e
Is there a way to create templates (like starters) for pipelines? I'd image something like
kedro pipeline create my_pipeline --template my_awesome_template
which will include template code for the pipeline
d
It’s not possible today - but I like the idea, maybe submit a feature request? For now using
cookiecutter
or
copier
directly may be the best bet 🙂