| name | htmx |
| description | *high power tools for HTML* WHEN: build web servers or apis with htmx, create restful api endpoints, style terminal output. Triggers: use htmx, install htmx, how to use htmx, make http request. |
htmx
high power tools for HTML
When to Use
- Build web servers or APIs with htmx
- Create RESTful API endpoints
- Style terminal output
When NOT to Use
- Projects using Python or Rust (different ecosystem)
Quick Start
Install
npm install htmx
Basic Usage
<script src="https://cdn.jsdelivr.net/npm/htmx.org@2.0.8/dist/htmx.min.js"></script>
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me
</button>
Project Info
- Language: JavaScript, TypeScript, Ruby
- License: 0BSD
- Tests: Yes
File Structure
├── dist/
│ ├── ext/
│ ├── htmx.amd.js
│ ├── htmx.cjs.js
│ ├── htmx.esm.d.ts
│ ├── htmx.esm.js
│ ├── htmx.js
│ ├── htmx.min.js
│ └── htmx.min.js.gz
├── editors/
│ └── jetbrains/
├── scripts/
│ ├── dist.sh
│ ├── generate-web-types.mjs
│ ├── sha.sh
│ └── www.sh
├── src/
│ ├── htmx.js
│ └── htmx.test.ts
├── test/
Generated by repo2skill