veloxide

Crates.ioveloxide
lib.rsveloxide
version2.0.1
sourcesrc
created_at2023-03-05 16:02:01.626446
updated_at2023-09-06 23:11:28.23868
descriptionThe CLI for Veloxide, the stack for building web apps with Rust.
homepage
repositoryhttps://github.com/liamwh/Veloxide-CLI
max_upload_size
id801565
size38,724,174
Liam Woodleigh-Hardinge (liamwh)

documentation

README

Veloxide-CLI

Crates.io Documentation Codecov Dependency status

Command-line utility for Veloxide, the stack for building web apps with Rust.

Demo GIF

More info can be found in the template repo

Getting started

Install the pre-requisites:

Install the Veloxide CLI:

> cargo install veloxide

Create your own app:

> veloxide init my-app

# Go to the created folder
> cd my-app

# Install the required tools for development
> just install-required

# Start the supporting containers, and then run the app
> just dev

# Once done, open `my-app/` in your IDE

# Happy Coding!
Commit count: 5

cargo fmt