Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwhtdev/templ-gen
A Templ/GO Generator with Tailwind/TypeScript Support
https://github.com/bwhtdev/templ-gen
air bubbletea cobra-cli golang tailwindcss templ typescript yeoman-generator
Last synced: about 1 month ago
JSON representation
A Templ/GO Generator with Tailwind/TypeScript Support
- Host: GitHub
- URL: https://github.com/bwhtdev/templ-gen
- Owner: bwhtdev
- Created: 2023-12-21T22:14:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-30T20:38:44.000Z (12 months ago)
- Last Synced: 2024-10-30T01:03:58.336Z (about 2 months ago)
- Topics: air, bubbletea, cobra-cli, golang, tailwindcss, templ, typescript, yeoman-generator
- Language: Go
- Homepage:
- Size: 19.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Templ-gen: a Templ/GO generator with Tailwind CSS and TypeScript support
Templ-gen requires these CLI tools:
- air
- Tailwind CSS
- Templ
- TSCTo run:
```bash
mkdir templ-demo && cd templ-demotempl-gen i
air
# Generate new component
templ-gen c newComponent# Generate new page
templ-gen p about
```