slint-init

Crates.ioslint-init
lib.rsslint-init
version0.1.1
created_at2025-09-10 00:43:45.773533+00
updated_at2025-09-11 16:52:17.553261+00
descriptionslint-init is a command-line tool for quickly initializing Slint projects.
homepagehttps://github.com/ljxh2024/slint_init
repositoryhttps://github.com/ljxh2024/slint_init
max_upload_size
id1831780
size6,518
paper tiger (ljxh2024)

documentation

https://github.com/ljxh2024/slint_init

README

slint-init

slint-init is a command-line tool for quickly initializing Slint projects,The current Slint version using 1.13.1,Rust edition using 2024.

Usage

Install using cargo

$ cargo install slint-init

Afterwards, you can provide the project name as the first parameter, for example:

$ slint-init test1

This will initialize a Rust + Slint project, where the project name is test1.

Other commands

Print help

$ slint-init -h

Print version info

$ slint-init -v
Commit count: 19

cargo fmt