CPS-IT / project-builder

Composer package to create new projects from project templates

Home Page:https://project-builder.cps-it.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Project Builder

Coverage Maintainability CGL Docker deploy Tests Supported PHP Versions

πŸ“™ Documentation | πŸ“¦ Packagist | πŸ’Ύ Repository | πŸ› Issue tracker

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.

⚑ Quickstart

Composer

Packagist Packagist Downloads

composer create-project cpsit/project-builder <projectname>

Docker

Docker Docker Pulls

docker run --rm -it -v <target-dir>:/app cpsit/project-builder

You can also use the image from GitHub Container Registry:

docker run --rm -it -v <target-dir>:/app ghcr.io/cps-it/project-builder

πŸ“™ Documentation

Please have a look at the official documentation.

πŸ§‘β€πŸ’» Contributing

Please have a look at CONTRIBUTING.md.

⭐ License

This project is licensed under GNU General Public License 3.0 (or later).

About

Composer package to create new projects from project templates

https://project-builder.cps-it.de/

License:GNU General Public License v3.0


Languages

Language:PHP 99.3%Language:Shell 0.3%Language:Twig 0.3%Language:Dockerfile 0.2%