Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikurotime/create-trash-app
https://github.com/ikurotime/create-trash-app
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ikurotime/create-trash-app
- Owner: ikurotime
- Created: 2023-12-31T11:05:08.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-15T02:30:45.000Z (6 months ago)
- Last Synced: 2024-09-17T13:19:33.187Z (about 2 months ago)
- Language: CSS
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create Trash App
**⚠️ Work in Progress (WIP): This project is under active development. Expect frequent changes and use with caution. ⚠️**
## Description
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.
## Getting Started
These instructions will help you set up a Rust project using the Create Trash App template.
### Prerequisites
- [Rust](https://www.rust-lang.org/): Make sure you have Rust and Cargo installed.
### Installation
Clone the repository and navigate to the project directory:
```bash
cargo install create-trash-app
```## Usage
To create a new Rust project with the Axum framework, HTMX, Sqlx, and Tailwind CSS, use the following command:
```bash
cargo create-trash-app your_project_name
```Replace `your_project_name` with the desired name for your new project.
## Contributing
If you'd like to contribute to the project, please follow the guidelines in [CONTRIBUTING.md](CONTRIBUTING.md).
## License
This project is licensed under the [MIT License](LICENSE.md). See the [LICENSE.md](LICENSE.md) file for details.
## Acknowledgments
Special thanks to contributors and the developers of Axum, HTMX, Sqlx, and Tailwind CSS.
## Roadmap
- Enhance documentation with more examples.
- Add support for additional libraries and frameworks.## Contact
For questions or feedback, please reach out to [[email protected]](mailto:[email protected]).
## Disclaimer
**⚠️ Work in Progress (WIP): This project is under active development. Expect changes and use with caution. ⚠️**