Ruby
# Gemfile
group :development do
gem "lefthook", require: false
end
Or globally
gem install lefthook
Troubleshooting
If you see the error lefthook: command not found
you need to check your $PATH. Also try to restart your terminal.
# Gemfile
group :development do
gem "lefthook", require: false
end
Or globally
gem install lefthook
Troubleshooting
If you see the error lefthook: command not found
you need to check your $PATH. Also try to restart your terminal.