Project logo

haych

[![Status](https://img.shields.io/badge/status-active-success.svg)]() [![GitHub Issues](https://img.shields.io/github/issues/chazfg/haych.svg)](https://github.com/chazfg/haych/issues) [![GitHub Pull Requests](https://img.shields.io/github/issues-pr/chazfg/haych.svg)](https://github.com/chazfg/haych/pulls) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)
---

CLI to help build and develop an SSR fullstack application. I'm creating this to make it easier when I make HTMX projects.

## 📝 Table of Contents - [About](#about) - [Getting Started](#getting_started) - [Deployment](#deployment) - [Usage](#usage) - [Built Using](#built_using) - [TODO](../TODO.md) - [Contributing](../CONTRIBUTING.md) - [Authors](#authors) - [Acknowledgments](#acknowledgement) ## 🧐 About CLI to watch for changes and build web static files using templates to separate elements ## 🏁 Getting Started `cargo install haych` ### Prerequisites ### Installing ## 🔧 Running the tests ### Break down into end to end tests ### And coding style tests ## 🎈 Usage `haych init` Initialize project `haych watch` Watch for changes, will watch src, cargo run, and serve the server. Will also watch the templates/ and build the index.html to serve ## 🚀 Deployment ## ⛏️ Built Using - [Tera](https://keats.github.io/tera/) - Templates ## ✍️ Authors - [@chazfg](https://github.com/chazfg)