ConfC
Config Clone — 🆕 Start new project with your default configs.
Clone your default configuration files to current working directory.
Installation
gem install confc
Usage
Usage: confc [options] [filenames...]
Clone your default configuration files to current working directory.
-p, --path [PATH] Path to configuration files
-f, --overwrite Force to overwrite
-y, --yes Say yes without inquiry
-v, --verbose Display more information
-V, --version Show version number
-h, --help Show help
Configuration
You can configure ConfC via .confcrc
, .confcrc.json
, .confcrc.yml
or .confcrc.yaml
file.
More information about configuration file can be found from mysticonfig.
.confcrc
-
path
Type:String
Default: $HOME (Your home directory)Path to directory that contain your default configuration files.
-
files
Type:Array<String>
Default: Files name in files.yamlList of target files name that you want to clone.
If you have your own configuration files and don't want to use files from files.yaml, just replace it with your files name by this option.
-
overwrite
Type:Boolean
Default:false
Force to overwrite files if it exists.
-
verbose
Type:Boolean
Default:false
Display verbose information.
Related
- ConfC - 🆕 Start new project with your default configs. (Node.js version)