Skip to content

Latest commit

 

History

History
executable file
·
28 lines (17 loc) · 697 Bytes

README.md

File metadata and controls

executable file
·
28 lines (17 loc) · 697 Bytes

symfony-bundle-builder

The quickest way to startup a new Symfony Bundle

How to...?

From a new, empty folder:

sudo apt update && sudo apt install curl -y && curl -s https://raw.githubusercontent.com/TurboLabIt/symfony-bundle-builder/main/start.sh?$(date +%s) | bash

Non-interactive (unattended) execution example

echo '8.3' > .php-version
export SBB_BUNDLE_VENDOR_NAME=TurboLabIt
export SBB_BUNDLE_PACKAGE_NAME=Encryptor
export SBB_DEVELOPER_NAME=Zane
export SBB_DEVELOPER_EMAIL=info@turbolab.it

sudo apt update && sudo apt install curl -y
curl -s https://raw.githubusercontent.com/TurboLabIt/symfony-bundle-builder/main/start.sh?$(date +%s) | bash