bolt / project

🚀 Repo to `composer create project` a Bolt 5 project.
MIT License
39 stars 38 forks source link

Add Template Repository in Github ? #29

Closed toofff closed 3 years ago

toofff commented 3 years ago

Why not use the template feature on your github repository for installing a new Bolt project?

Link that you could add directly to your website?

Here is the official Github documentation

bobdenotter commented 3 years ago

Hmm, interesting. I suppose it would be more of a feature for experienced developers. It'd be like "Here, fork this if you'd like, but you're on your own", because it doesn't automatically run these:

composer run post-create-project-cmd
composer run post-install-cmd

I'll set up template right now, but we should probably document it somewhere, as well.

toofff commented 3 years ago

You can test on API Platform, it's already in place.

It is interesting for developers when they want to create a new github repository with the basis of a Bolt project with best practices and always up to date.. These are the little extras that developers like and don't take too long to set up: D

This is why I am working hard to finish my pull request as soon as possible to add a real Docker base with best practices and images that can be used in development and in production, but I still have work to do above.

toofff commented 3 years ago

Top :+1:, I close my issue ;)

image