cpliakas / php-project-starter

A command line tool that allows developers to quickly create PHP applications that use common conventions and best-in-breed development tools.
MIT License
75 stars 23 forks source link

Add support for a build.properties file #44

Open cpliakas opened 10 years ago

cpliakas commented 10 years ago

It would be great if this project shipped with a build.properties.dist file that you could copy in order to set common options, such as composer.noupdate and composer.noselfupdate so you can save some keystrokes and superfluous CPU cycles depending on your setup.