3 releases
Uses new Rust 2024
| 0.1.2 | Oct 23, 2025 |
|---|---|
| 0.1.1 | Sep 11, 2025 |
| 0.1.0 | Sep 10, 2025 |
#988 in Command line utilities
154 downloads per month
6KB
85 lines
slint-init
slint-init is a command-line tool for quickly initializing Slint projects,The current Slint version using 1.14.0,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