Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
0bd9e5d8
Commit
0bd9e5d8
authored
Jul 31, 2016
by
Artem Pyankov
Committed by
Marc Cornellà
Apr 15, 2018
Browse files
Add hanami plugin inspired by rails
parent
a8f3b374
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/hanami/hanami.plugin.zsh
0 → 100644
View file @
0bd9e5d8
alias
-g
HED
=
'HANAMI_ENV=development'
alias
-g
HEP
=
'HANAMI_ENV=production'
alias
-g
HET
=
'HANAMI_ENV=test'
alias
hc
=
'hanami console'
alias
hd
=
'hanami destroy'
alias
hg
=
'hanami generate'
alias
hgm
=
'hanami generate migration'
alias
hs
=
'hanami server'
alias
hsp
=
'hanami server -p'
alias
hr
=
'hanami routes'
alias
hdc
=
'hanami db create'
alias
hdd
=
'hanami db drop'
alias
hdp
=
'hanami db prepare'
alias
hda
=
'hanami db apply'
alias
hdv
=
'hanami db version'
alias
hdrs
=
'hdd && hdp'
alias
hdtp
=
'HET hdp'
alias
hrg
=
'hr | grep'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment