ZFTool is an utility module for maintaining modular Zend Framework 2 applications. It runs from the command line and can be installed as ZF2 module or as PHAR
This plugin gives you access to ZFTool features without leaving your favourite editor.
This plugin depends on vimux and zftool. It also makes the assumption that you're using tmux.
There are a number of pre-defined commands. You can easily map them as needed like this:
map <Leader>nm :ZFToolCreateModule<CR>
map <Leader>nc :ZFToolCreateController<CR>
map <Leader>na :ZFToolCreateAction<CR>
Every time you run a command values are cached in order to make next command quickier to run
- ZFToolCreateProject
- ZFToolCreateModule
- ZFToolCreateController
- ZFToolCreateAction
- ZFToolRepeat
Use your plugin manager of choice.
- Pathogen
git clone https://github.com/dsaenztagarro/vimux-zftool ~/.vim/bundle/vimux-zftool
- Vundle
- Add
Bundle 'https://github.com/dsaenztagarro/vimux-zftool'
to .vimrc - Run
:BundleInstall
- Add
- NeoBundle
- Add
NeoBundle 'https://github.com/dsaenztagarro/vimux-zftool'
to .vimrc - Run
:NeoBundleInstall
- Add
- vim-plug
- Add
Plug 'https://github.com/dsaenztagarro/vimux-zftool'
to .vimrc - Run
:PlugInstall
- Add
Copyright (c) David Saenz Tagarro. Distributed under the same terms as Vim itself.
See :help license
.