jonathantorres / construct

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

Add support for phing build #209

Open ghost opened 6 years ago

ghost commented 6 years ago

Maybe it would also be good to add support for phing build.xml file?

raphaelstolt commented 6 years ago

For large projects it totally would make sense, but I guess this projects primarly focus are small packages. The other question is if Phing is still this popular like it used to be, nowadays I would prolly prefer Robo or Makefiles.

So a possible addition (i.e. --with-build-system) should not be limited to a specific tool which will be hard(er) to achieve.

ghost commented 6 years ago

Hi @raphaelstolt, that's doable, for me

raphaelstolt commented 6 years ago

@jonathantorres What's your standing on this?

jonathantorres commented 6 years ago

I'm up for it, as long as it's something optional (like the CLI option etc.) and provide different options (phing, robo etc.)

raphaelstolt commented 6 years ago

Hi @piotr-zuralski still intend to contribute this?