savvy-cli 0.2.10

A CLI for savvy framework
savvy-cli-0.2.10 is not a library.

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:
  c-header      Generate C header file
  c-impl        Generate C implementation for init.c
  r-impl        Generate R wrapper functions
  makevars-in   Generate Makevars.in
  configure     Generate configure
  makevars-win  Generate Makevars.win
  gitignore     Generate .gitignore
  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