#slint #command-line-tool

app slint-init

slint-init is a command-line tool for quickly initializing Slint projects

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

Download history 236/week @ 2025-09-09 26/week @ 2025-09-16 2/week @ 2025-09-23 19/week @ 2025-09-30 2/week @ 2025-10-07 148/week @ 2025-10-21 6/week @ 2025-10-28

154 downloads per month

MIT license

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

No runtime deps