0.0.2 • Published 2 months ago
@shrubs/sprout v0.0.2
sprout
Usage
To use the sprout
CLI, follow these steps:
Install the CLI by running:
yarn install -g @shrubs/sprout
Verify the installation:
sprout --version
When you are ready to pull a config from a remote repository, run:
sprout config <repo-name-only> -f <folder>
Replace
<repo-name-only>
with the name of the repository you want to pull from, and<folder>
with the folder where you want to store the configuration. For example, if you wanted to pull down theide/vscode
settings from thedarylcecile
repository, you would run:sprout config darylcecile -f ide/vscode
For additional commands and options, run:
sprout --help