This is a wrapper which will zip the needed files from govcookiecutter and govcookiecutter-lite, and add command line functions to create a new project based on either of these structures.
Some government departments may utilise secure environments where
connection to github is prohibited and therefore cannot access these templates.
Publishing this wrapper on PyPI should allow for the templates to be installed using pip.
This section is the plan of how the package should work and is subject to change.
flowchart TD;
A[GovCookieCutter]-->B[ggc zipped folder*];
C[GovCookieCutter-lite]-->D[gcc-lite zipped folder**];
B-->E[move into gcc wrapper package directory];
D-->E
E-->F[Upload package to PyPI]
;
*gcc zipped folder should contain;
{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_').replace('.','_').strip() }}/, hooks/, cookiecutter.json
**gcc-lite zippped folder should contain;
{{ cookiecutter.repo_name }}/ , hooks/, cookiecutter.json