franzliedke / studio

A workbench for developing Composer packages.
MIT License
1.14k stars 73 forks source link

Make new packages configurable #1

Closed franzliedke closed 9 years ago

franzliedke commented 9 years ago

When creating a package, the console should ask for some fields like author, description etc.

The current default values are rather... unideal.

kaidesu commented 9 years ago

Wouldn't it be easier to extract the author name and email out to a config file, much like L4 did with workbench?

franzliedke commented 9 years ago

I'm actually refactoring it right now. I'll invoke composer init in the new directory.