ript-cli 0.1.6

Rust implementation of the InertiaJS protocol compatible with `riptc` for generating strong TypeScript bindings.
ript-cli-0.1.6 is not a library.

CLI for ript. This is the entrypoint for ript and can do basically everything you'd want it to. This crate can:

  1. Generate all typescript bindings for your inertia handlers and types
  2. Compile and run your app with hot reloading
  3. Compile and run your frontend in parallel to your server