configfile

0.3.1 • Public • Published

configfile

npm npm npm Beerpay Gitter

configfile is a command line tool that help user to manage their own configuration files.

Data storage

This tool does not store configuration files for you. A git repo (dotfiles) is needed to store your configuration files.

Please follow this structure:

/files/
    /module1/
    /module2/
        /settings.json
        /configurationfile.txt
    /module3/
/scripts/
    /scriptfile.sh

Installation

To install Configfile, you need to use NPM or Yarn.

yarn global add configfile@latest

Usage

  • configfile init or configfile i: Initialize configfile on the current user session.
  • configfile modules list or configfile m l: Display a list of all modules available via Configfile.
  • configfile modules deploy [moduleName...] or configfile m d [moduleName...]: Deploy the configuration files for the given module name.
    • -l, --local deploy authorized file to the current directory.
  • configfile scripts or configfile s: Display a list of all scripts available via Configfile.
  • configfile scripts run <scriptName> or configfile s r <scriptName>: Execute the script identifying by the given script name.

Contribution

Contributions to the source code of Configfile are welcomed and greatly appreciated. For help on how to contribute in this project, please refer to How to contribute to Configfile.

Support

Configfile is licensed under an Apache-2.0 license, which means that it's completely free open source software. Unfortunately, Configfile doesn't make itself. Version 1.0.0 is the next step, which will result in many late, beer-filled nights of development.

If you're using Configfile and want to support the development, you now have the chance! Head over to Beerpay, and donate a beer or two!

Beerpay

License

This project is under Apache-2.0 license. See LICENSE file.

Dependents (0)

Package Sidebar

Install

npm i configfile

Weekly Downloads

1

Version

0.3.1

License

Apache-2.0

Unpacked Size

61.4 kB

Total Files

64

Last publish

Collaborators

  • mindsers