savvy-cli

Crates.iosavvy-cli
lib.rssavvy-cli
version
sourcesrc
created_at2023-09-25 13:43:53.92318
updated_at2025-01-11 11:09:32.603729
descriptionA CLI for savvy framework
homepagehttps://yutannihilation.github.io/savvy/guide/
repositoryhttps://github.com/yutannihilation/savvy/
max_upload_size
id982716
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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