1.0.1 • Published 5 years ago

@jasonheecs/heroku-vim v1.0.1

Weekly downloads
24
License
MIT
Repository
github
Last release
5 years ago

heroku-vim

Build Status Coverage Status

A Heroku plugin that allows you to use vim in a dyno

Installation

heroku plugins:install @jasonheecs/heroku-vim

Usage

heroku vim -a <app-name>

This will install vim and start a bash session on the dyno

You can set a command other than bash to be run as well:

heroku vim -c 'rails console' -a <app-name>

License

MIT