Initial Bootstrapping with CookieCutter

0
The instructions do not work as stated.  Step after tar extraction says to use cookiecutter as follows: # Use cookiecutter to create Asset link project $ cookiecutter cookiecutter-project-template/   Yet, there is no such cookiecutter template as "cookiecutter-project-template". Did you perhaps mean to state "cookiecutter-golang" since it uses GO, or perhaps "cookiecutter" as a generic template? It seems whatever template is expected, the step indicating that such a template needs to be acquired is missing. Even still, the idea that one needs to create a repository for these templates is not even addressed in the basic getting started discussion for CookieCutter itself.
asked
1 answers
1

Before executing the cookiecutter command, change your directory to be within the unpacked directory. Without stating otherwise, this will be the name of the tar file (ex: cdm-dcd-sdk-v2.1.6).

 

When being asked for the UUID of the asset link, use the name of the directory your want the project code to be within.

answered