Getting Started
Installation
You can add Confignet to your project by adding this line to your Cargo.toml
:
confignet = "0.1"
Or install the CLI tool locally:
cargo install --path .
CLI Usage
confignet <file_path> <mime_type>
Example:
confignet ./Cargo.toml toml
This will output:
{
"file_name": "Cargo.toml",
"file_path": "./Cargo.toml",
"is_ci_cd": true
}