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 option for other licenses #20

Open cpliakas opened 10 years ago

cpliakas commented 10 years ago

We should default to MIT since it seems to be the best option for libraries created by this tool, however there should be an option for other licenses as well. At minimum, we should include the other two at http://choosealicense.com/ and a generic <gasp/> proprietary license for use with private repositories.