php-pds / skeleton

Standard PHP package skeleton.
Creative Commons Attribution Share Alike 4.0 International
2.32k stars 167 forks source link

Skeleton generation checks wrong list of files #41

Closed cxj closed 7 years ago

cxj commented 7 years ago

Running pds-skeleton generate <dirpath> does not check the correct directory file existence, unlike pds-skeleton validate <dirpath> which does. It's a simple bug from a missing argument. PR coming momentarily.

pmjones commented 7 years ago

Running it by @afilina before merging -- thanks!

pmjones commented 7 years ago

Fixed by #42.