0.2.0 • Published 8 years ago

pathogen-pm v0.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Pathogen-pm

Build Status

CLI for managing pathogen plugins.

Requires: git, node, npm

npm install -g pathogen-pm

Installs vim plugins into ~/.vim/bundle

pathogen-pm ls
pathogen-pm install [github_url]
pathogen-pm remove <key>
pathogen-pm update <key>

This CLI will create a file ~/.pathogen.json that will store the github urls you install with it.