Crates.io | create-trash-app |
lib.rs | create-trash-app |
version | 0.0.6 |
source | src |
created_at | 2023-12-31 10:14:37.082039 |
updated_at | 2024-05-15 02:28:39.602098 |
description | Create a trash with Tailwind, Rust, Axum, Sqlx, and Htmx in a few seconds. 🚀 Dockerized and ready to deploy. |
homepage | |
repository | https://github.com/ikurotime/create-trash-app |
max_upload_size | |
id | 1084712 |
size | 5,588 |
⚠️ Work in Progress (WIP): This project is under active development. Expect frequent changes and use with caution. ⚠️
Create Trash App is a project that serves as a template for generating Rust applications with the Axum framework, HTMX, Sqlx, and Tailwind CSS. This template sets up the initial project structure, incorporating these technologies to kickstart your Rust web application development.
These instructions will help you set up a Rust project using the Create Trash App template.
Clone the repository and navigate to the project directory:
cargo install create-trash-app
To create a new Rust project with the Axum framework, HTMX, Sqlx, and Tailwind CSS, use the following command:
cargo create-trash-app your_project_name
Replace your_project_name
with the desired name for your new project.
If you'd like to contribute to the project, please follow the guidelines in CONTRIBUTING.md.
This project is licensed under the MIT License. See the LICENSE.md file for details.
Special thanks to contributors and the developers of Axum, HTMX, Sqlx, and Tailwind CSS.
For questions or feedback, please reach out to davidhuertasortiz@gmail.com.
⚠️ Work in Progress (WIP): This project is under active development. Expect changes and use with caution. ⚠️