jonathantorres / construct

A PHP project/micro-package generator for PDS compliant projects or micro-packages.
MIT License
266 stars 16 forks source link

Validate project name when vendor name comes from configuration file #127

Closed raphaelstolt closed 8 years ago

raphaelstolt commented 8 years ago

Currently the project name is not validated correctly when using a configuration file. It should take the project name from the fed argument and the vendor name from the configuration file which combine into the project name to validate.

raphaelstolt commented 8 years ago

Current implementation needs to be given vendor/projectname via an argument, as there's currently no way to configure the reccurring vendor in the configuration file.