1.0.4 • Published 6 years ago
@bsawyer/comfig v1.0.4
comfig
CLI for common configuration files shared across projects, symlinked to the root.
commands
~ comfig init
Creates a comfig configuration file 😜
~ comfig install
Removes all currently installed comfigs. Clones the repositories and creates symbolic links in the root of the project.
~ comfig import -g https://gitlab.com/username/repo.git
Adds a repository to the imported list then runs install.
~ comfig export -f ./.nvmrc
Adds a config file to the exported list.