Crates.io | cuddle_cli |
lib.rs | cuddle_cli |
version | 0.1.0 |
source | src |
created_at | 2023-08-02 10:49:52.781084 |
updated_at | 2023-08-02 10:49:52.781084 |
description | cuddle is a shuttle inspired script and configuration management tool. It enables sharing of workflows on developers workstations and ci |
homepage | |
repository | https://git.front.kjuulh.io/kjuulh/cuddle |
max_upload_size | |
id | 932609 |
size | 106,017 |
Cuddle CLI is a Rust command-line interface application designed to manage
configuration variables and scripts across projects. It simplifies sharing of
code and workflows, making development and collaboration smoother and more
efficient. This project is published on crates.io as cuddle_cli
.
Make sure you have Rust and Cargo installed. You can install Rust and Cargo from https://rustup.rs/.
To install Cuddle CLI, run:
cargo install cuddle_cli
After successful installation, you can run the CLI using the cuddle
command:
cuddle [command] [options]
Detailed documentation of the commands and options can be found in our official documentation (tbd).
You can manage your configurations in a file called cuddle.yaml
. For details
on how to format this file, check our
Configuration Guide (tbd).
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Please read our Contributing Guide for more information.
Distributed under the MIT License. See LICENSE
for more information.
You can reach out to us at our official contact page (tbd). Please ensure to follow our Code of Conduct (tbd) when interacting with our community.