EDIT:
It exists now: ZFTool
I am trying to install Zend Framework 2 on my ubuntu system. I have installed ZF1.11.11 with apt-get install zend-framework, but I would like to install the latest Zend Framework, ZF2.
I am a newbie in both ZF and Ubuntu. So, was really easy for me to manage a little project with lines like:
zf create project
zf create model
zf create action
zf enable layout
So, if I install zend with some tools like composer, pyrus or even just extract Zend into Skeleton Project, the project should work, but I would really miss the console. Makes my life much easier.
Is there a way? Could someone give me some console commands having zf?
The most common way to install the framework via commandline is using GIT and Composer. Check out this part of the official Documentation for installation guidelines.
And as mentioned by Jani, a CLI as in ZF1 is yet to be created. It will come sooner or later, but for now there is none.