You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way cookiecutter (cc) and pbt work is quite different. For starters, some cc templates ask for info when applying the template; for instance, https://github.com/audreyr/cookiecutter-pypackage ; such as version, etc and then write semi-static files such as setup.py. The (not-yet-written) PBT Way dictates that that data goes in the project.pbt file, which means that those templates will have to be heavily modified to be converted to TnywPBTW.
We need at least 5-6 templates for the launch. I suggests forking the original cookicutter templates
The text was updated successfully, but these errors were encountered: