1.0.0-alpha.3 • Published 8 years ago

chiery v1.0.0-alpha.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Chiery

npm version

:four_leaf_clover: Manage dotfiles like collecting clovers.

Installation

npm install -g chiery

Usage

chiery init                          # initialize chiery
chiery install popkirby-dotfiles/vim # install clovers from github

Commands

chiery init username/repo

Create $HOME/.chiery/ and initialize as git repository.

When username/repo is passed, chiery will pull it to $HOME/.chiery from github.

This will fail when $HOME/.chiery exists. Use -f to overwrite.

chiery install username/repo

Pull username/repo under $HOME/.chiery/clovers and execute install script.

When username/repo is ommited, chiery will install clovers with informations in $HOME/.chiery/clover-lists.

chiery update clover-name

Update installed / specified clover.

chiery list

Output the list of installed clovers.

chiery get

Output the path of the specified clover.

License

MIT