CLI for fast access to scripts, homepage of this service at Waterdeep
For more information about Waterdeep visit the About Page
On Mac/Linux run
$ npm install -g waterdeep-cli
$ water get [username]/[filename]
$ water get yasu/.gitconfig
[alias]
po = "push origin"
co = checkout
ci = commit
st = status
br = branch
hist = "log --pretty=format:\"%h %ad %s%d [%an]\" --graph --date=short"
pom = "pull origin master"
rb = "pull --rebase origin master"
[core]
editor = vim
ignorecase = false
[credential]
helper = osxkeychain
[push]
default = matching
$ water get [username]
$ water get yasu
.gitconfig
.bash_aliases
update_template.sh
large_file.js
ClassComponent.jsx
prod-scripts
AboutWaterdeep.md
$ water --help