4 releases (stable)

2.0.1 Sep 6, 2023
1.0.0 May 4, 2023
0.1.0 Mar 5, 2023

#837 in Configuration

MIT license

9.5MB
400 lines

Contains (ELF exe/lib, 38MB) veloxide

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!

Dependencies

~5–15MB
~162K SLoC