Cookiecutter template for a dimensional modeling project proposal.
-
Install cookiecutter e.g.:
brew install cookiecutter
-
Run:
-
From local directory:
cookiecutter <location-of-current-dir>/cookiecutter-template-architecture/
-
Remotely:
cookiecutter gh:legomb/cookiecutter-template-architecture
This will prompt some questions:
new_directory_name
: Name of the directory to be created based on this templateproject_name
: Name of the projectmarkdown_file_name
: Proposal filename
-