build-a-space icon indicating copy to clipboard operation
build-a-space copied to clipboard

Consider how to work with existing templating tools

Open patcon opened this issue 7 years ago • 1 comments

This is the one I've always leaned on: https://cookiecutter.readthedocs.io/en/latest/

I wonder whether build-a-space could simply be pointed to one of many cookiecutter template repos, and apply the results via PR...

From CLI, cookiecutter's config wizard is intended to be kickstarted like:

$ cookiecutter gh:infOpen/cookiecutter-ansible-role

patcon avatar Apr 16 '18 20:04 patcon

That's interesting. I normally use Yeoman for project templating, but I don't know if there's precedent for using an existing repo and then applying changes directly.

I'm not sure how easy it would be to implement that, either! Good idea, though; I'll come back to this if I end up making major changes to Build a Space.

RichardLitt avatar May 07 '18 18:05 RichardLitt