Let's create a new application:
$ padrino g project hello-world-anynines-mysql -d activerecord -a mysql
create
create .gitignore
create config.ru
create config/apps.rb
create config/boot.rbLet's create a new application:
$ padrino g project hello-world-anynines-mysql -d activerecord -a mysql
create
create .gitignore
create config.ru
create config/apps.rb
create config/boot.rb| #compdef tmuxinator mux | |
| # zsh completion for tmuxinator | |
| # Install: | |
| # $ mkdir -p ~/.tmuxinator/completion | |
| # $ cp _tmuxinator ~/.tmuxinator/completion | |
| # $ vi ~/.zshrc # add the following codes | |
| # fpath=($HOME/.tmuxinator/completion ${fpath}) | |
| # autoload -U compinit |