A Composer package used to create new projects based on various project templates. All project templates are distributed as separate Composer packages. It comes with a powerful configuration and templating system that allows to develop new project templates in a very flexible way.
➡️ Read more in the official documentation.
composer create-project cpsit/project-builder <projectname>docker run --rm -it -v <target-dir>:/app cpsit/project-builderYou can also use the image from GitHub Container Registry:
docker run --rm -it -v <target-dir>:/app ghcr.io/cps-it/project-builderPlease have a look at the official documentation.
Please have a look at CONTRIBUTING.md.
This project is licensed under GNU General Public License 3.0 (or later).