Skip to content

TurboLabIt/symfony-bundle-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The quickest way to startup a new Symfony Bundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published