savvy-cli

Crates.iosavvy-cli
lib.rssavvy-cli
version0.8.0
sourcesrc
created_at2023-09-25 13:43:53.92318
updated_at2024-10-31 01:00:40.312453
descriptionA CLI for savvy framework
homepagehttps://yutannihilation.github.io/savvy/guide/
repositoryhttps://github.com/yutannihilation/savvy/
max_upload_size
id982716
size52,499
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: 219

cargo fmt