Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
- TSC

To run:

```bash
mkdir templ-demo && cd templ-demo

templ-gen i

air

# Generate new component
templ-gen c newComponent

# Generate new page
templ-gen p about
```