Skip to content

gluons/ConfC.gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ConfC

license Gem Gem Libraries.io for GitHub Travis

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.yaml

    List 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)