Project

confc

0.0
No commit activity in last 3 years
No release in over 3 years
Clone your default configuration files to current working directory.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.14.3
~> 12.3
~> 3.7
~> 0.55.0

Runtime

~> 0.1.1
~> 3.0
~> 0.16.1
 Project Readme

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)