-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
May want to consider "archetype" functionality existing in mvn which allows a given archetype to auto generate a basic temple projects of a specific archetype
I think a good way of doing so is possibly using something like:
From https://github.com/cookiecutter/cookiecutter
- Documentation: https://cookiecutter.readthedocs.io/
- GitHub: https://github.com/cookiecutter/cookiecutter
- PyPI: https://pypi.org/project/cookiecutter/
May also think about http://springerle.github.io/py-generic-project/
For this use case it will involve:
- Select File...New Project...Cookiecutter
- In wizard, populate a list of available cookie cutter template types
- Execute the necessary commands to cookie cutter to generate the project specific files.
- Any post processing of the project for use in Python4NB project contexts
Metadata
Metadata
Assignees
Labels
No labels