chest
v1.2.3
Published
The easy metafile manager
Readme
chest
The Easy Metafile Manager
Badges
Usage
Usage: chest <command>
Commands:
put [files...] Put specified config file in the chest
take [files...] Take specified config file from the chest into the project root
list Show list of config files in the chest
open Place config files from the chest into the project root as symbolic links
close Remove symbolic links created by "open"
Options:
-h, --help output usage information
-V, --version output the version numberExamples
chest command is here to support you to take and put files to a directory called .chest easily. Here are some use cases.
dotfiles
Manage your dotfiles:
$ git clone [email protected]:your/dotfiles.git .chest
$ ls
.chest
$ ls .chest
.emacs.d .tmux.conf .vimrc .zshrc
$ chest open
.emacs.d .chest .tmux.conf .vimrc .zshrcmetafiles
Manage metafiles:
$ ls
index.js package.json metafile_a metafile_b
$ chest put metafile_a metafile_b
$ ls
.chest index.js package.json
$ chest list
metafile_a metafile_b
$ chest open
.chest index.js package.json metafile_a metafile_bchestignore
To ignore some files, you need to add .chestignore.
README.md
.git
.gitignoreInstall
With npm, to get the command do:
$ npm install -g chestLicense
MIT
