Commands

c0nfig is a flexible CLI tool for executing and verifying remote configurations, allowing developers to create easy, quick, and reusable configurations for various developer tools.

There are 3 primary commands provided by c0nfig

  1. init to setup a setup.json file for you to store state and context of a project. By default, this will prompt the user for the targetSrc where all the c0nfig related files will go and the package manager the user is currently using.

  2. run to fetch and executes remote configurations,

  3. verify: Validates if the remote configurations matches specifications.