Open abegalinov opened 5 years ago
seems that the template path determination under windows behaves different from OSX.
For windows there would be one workaround, you have to name the template folder explicit by setting the --template-folder
to the the local dart pub cache folder like %APPDATA%/Pub/Cache/hosted/pub.dartlang.org/valgene_cli-1.0.3/templates/php5.5
the full command then would look like this:
valgene --template php5.5 \
--template-folder %APPDATA%/Pub/Cache/hosted/pub.dartlang.org/valgene_cli-1.0.3/templates/php5.5 \
--spec api.spec.yaml \
--option "php.namespace:\xxxxx\xxxx"