Skip to content

pnpancholi/ship-htmx-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚢 ship-htmx-app

Scaffold and ship HTMX + Express apps fast — from your terminal.


Install

go install github.com/pnpancholi/ship-htmx-app@latest

Requires Go 1.21+


Quick Start

ship-htmx-app new myapp

Follow the prompts to pick your CSS framework, then:

cd myapp
npm install
npm run dev

Your app is running at http://localhost:3000 🎉


What gets scaffolded

myapp/
├── server.js
├── package.json
├── index.html      ← HTMX wired up, CSS included
└── src/
    └── public/
        ├── css/
        ├── js/
        └── partials/

CSS Options

Option Details
None Plain CSS, zero dependencies
Pico CSS Minimal, semantic — perfect for HTMX
Tailwind v4 Utility classes, no build step

Roadmap

  • Express + HTMX scaffolding
  • CSS framework selection
  • Better Auth + Drizzle integration
  • Hono backend support
  • Go backend support

Built with

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors