create-rspc-app

Crates.iocreate-rspc-app
lib.rscreate-rspc-app
version0.0.3
sourcesrc
created_at2022-11-01 11:49:41.800396
updated_at2023-04-24 08:01:21.817985
descriptionGet started with your next rspc app!
homepage
repositoryhttps://github.com/oscartbeaumont/rspc
max_upload_size
id702771
size2,935,800
Oscar Beaumont (oscartbeaumont)

documentation

https://docs.rs/create-rspc-app

README

Logo

create-rspc-app

Discord crates.io download count badge

Website

Interactive CLI to create a new app using rspc.

Get started by running `cargo install create-rspc-app` and then `create-rspc-app` in your terminal.

Stack

The stack is based on the following technologies:

Getting Started

# Install the CLI
cargo install create-rspc-app
# Create a new app
create-rspc-app

Additionally you can create-rspc-app <my-directory> to create a new app in a specific directory.

create-rspc-app will ask for the following information:

  • Name: The name of your app.
  • Backend Framwork (Tauri, Axum): The backend framework you want to use.
  • Database ORM (Prisma, None): The database ORM you want to use.
  • Frontend Framework (React, Solid): The frontend framework you want to use.
  • Package Manager (npm, yarn, pnpm): The package manager you want to use.

If you use prisma then create-rspc-app will automatically run prisma generate

Issues

If you find any issue with the CLI please open an issue in the rspc issues.

Commit count: 501

cargo fmt