savvy-cli

Crates.iosavvy-cli
lib.rssavvy-cli
version0.8.13
created_at2023-09-25 13:43:53.92318+00
updated_at2025-07-28 03:50:09.480539+00
descriptionA CLI for savvy framework
homepagehttps://yutannihilation.github.io/savvy/guide/
repositoryhttps://github.com/yutannihilation/savvy/
max_upload_size
id982716
size50,218
Hiroaki Yutani (yutannihilation)

documentation

README

savvy-cli

A helper CLI for savvy framework. For the full details, please read savvy's crate documentation.

Installation

You can find the binary on the GitHub releases page. If you prefer installing from source, please run cargo install.

cargo install savvy-cli

Usage

Generate C bindings and R bindings for a Rust library

Usage: savvy-cli <COMMAND>

Commands:
  update        Update wrappers in an R package
  init          Init savvy-powered Rust crate in an R package
  help          Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help
Commit count: 671

cargo fmt