Skip to content
/ vl Public

A simple way to manage local repos of vendor libraries

License

Notifications You must be signed in to change notification settings

ZedZhang/vl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vl: a simple way to manage local repos of vendor libraries

Installation

$ git clone https://github.com/zhengpd/vl.git ~/.vl
$ echo 'export VL_ROOT="$HOME/.vl"' >> ~/.bashrc # or ~/.zshrc 
$ echo 'eval "$($VL_ROOT/bin/vl init -)"' >> ~/.bashrc # or ~/.zshrc

Usage

$ vl clone https://github.com/basecamp/sub.git
$ vl open sub
$ vl readme sub

# Or specify the editor to open with (defaults to vim)
$ EDITOR=subl vl open sub

# Use a different libraries root (defaults to ~/.vl-src)
$ VL_SRC_ROOT="~/another-src" vl open sub

Credits

License

MIT. See LICENSE.

About

A simple way to manage local repos of vendor libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages