Generate Concrete5 packages on online

Permalink
Hi All,

We have made tool for generating packages for concrete5. You can create new packages really fast, and you don't need to worry about the naming issues.

Generator create single pages and dashboard pages.

Try it herehttp://www.collapick.com/index.php/create_package...

How we could improve this?

 
Remo replied on at Permalink Reply
Remo
I've got something similar which I wanted to publish on github for ages, no surprise I like that idea ;-)

A few comments:
* Name and Path for single pages isn't always the same
* Dashboard page doesn't get registered in the package controller
* Version number isn't always 5.6
* Smart variable naming, $v10 = SinglePage::add looks odd
* Ability to add an "empty" block
* Ability to add attributes
* Ability to add events
pumppi replied on at Permalink Reply
Thank you for replay.

We need to fix those issues, and maybe add more options :)
It could be published to the github also.
Remo replied on at Permalink Reply
Remo
Let me know if you publish it on github, I'd probably write some code for it!