0.0.2 • Published 7 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/sproutVerify the installation:
sprout --versionWhen 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/vscodesettings from thedarylcecilerepository, you would run:sprout config darylcecile -f ide/vscodeFor additional commands and options, run:
sprout --help