jonathantorres / construct

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

Add an option to generate CLI applications #175

Closed raphaelstolt closed 7 years ago

raphaelstolt commented 7 years ago

An optional --cli option should enable construct to generate a CLI skeleton.

The symfony/console component should be the default, while also allowing to inject other CLI components. After project generation a bin directory and an initial bin script should be present which is linked via the bin key in the project's composer.json.