On 1/22/17 at 12:39 PM,
jvan...@gmail.com (Jonathan Vanasco) pronounced:
>
>On Sunday, January 22, 2017 at 8:04:20 AM UTC-5, Eldav wrote:
>>
>>
>>I only have one regret regarding to this: creating projects
>>from cookiecutter "scaffolds" now requires an Internet
>>connection, and depends on a commercial service (GitHub).
>>Unless, of course, you remembered to clone
>>pyramid-cookiecutter-* before hitting the road...
If you want to use a scaffold, you still can. They have not
been removed from Pyramid 1.8, just deprecated and will be
around in accordance with the Pylons Project's deprecation policy.
http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/upgrading.html#deprecation-and-removal-policy
We give warning now, too, both in pcreate's description and when invoked:
http://docs.pylonsproject.org/projects/pyramid/en/latest/pscripts/pcreate.html
https://github.com/Pylons/pyramid/blob/master/pyramid/scripts/pcreate.py#L243-L248
With both pcreate and cookiecutter, you would need to run `pip
install -e .`, which usually requires a connection to the Internet.
>I was going to make a similar comment, but figured I would just
>PR the docs (and forgot to).
>
>It would be nice if the docs mentioned cookiecutter supports
>local github clones.
We try to avoid duplication of the Cookiecutter docs.
https://cookiecutter.readthedocs.io/en/latest/usage.html
Cookiecutter also has a local cache at ~/.cookiecutters/ of
cloned cookiecutters.