Gowebly Versions Save

🔥 A next-generation CLI tool that makes it easy to create amazing web applications with Go on the backend, using htmx, hyperscript or Alpine.js and the most popular CSS frameworks on the frontend.

v2.4.0

2 weeks ago

✨ The Gowebly CLI v2.4.0 release

gowebly banner with logo

A next-generation CLI tool to easily build amazing web applications with Go on the backend, using htmx, hyperscript or Alpine.js and the most popular CSS frameworks on the frontend.

In this release

Hello friends! Today, we're adding a new CSS framework library for your projects.

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.

Features:

  • 750+ Free Components & Examples. Hundreds of component examples for all your website needs that meet accessibility criteria.
  • Universal Framework Compatibility. Preline UI is fully compatible wherever Tailwind CSS is in action, from React to Vue and beyond.
  • Dark Mode. All components include a dark variant that lets you style your site differently when dark mode is enabled.
Preline UI

Docs, Examples and more here: https://preline.co

Changelog

New features

  • Add Preline UI to CSS frameworks

Updates

  • Update dependencies

How to update?

For native Go installation (any platforms):

go install github.com/gowebly/gowebly/v2@latest

For Homebrew users (GNU/Linux, Apple macOS):

brew upgrade gowebly/tap/gowebly

For other ways (any platforms): manually download and re-install a ready-made package from the Assets section.

💡 Note: See the Complete user guide to get a general information.

Your help to improve project

I invite you to participate in this project! Let's work together to create and popularize the most useful tool for developers on the web today.

Your PRs, issues & any words are welcome! Thank you 😘

v2.3.4

1 month ago

⚙️ The Gowebly CLI v2.3.4 patch

Changelog

Updates

  • Update dependencies

How to update?

For native Go installation (any platforms):

go install github.com/gowebly/gowebly/v2@latest

For Homebrew users (GNU/Linux, Apple macOS):

brew upgrade gowebly/tap/gowebly

For other ways (any platforms): manually download and re-install a ready-made package from the Assets section.

💡 Note: See the Complete user guide to get a general information.

Your help to improve project

I invite you to participate in this project! Let's work together to create and popularize the most useful tool for developers on the web today.

Your PRs, issues & any words are welcome! Thank you 😘

v2.3.3

1 month ago

⚙️ The Gowebly CLI v2.3.3 patch

Changelog

Bug fixes

  • Fix hyperscript issue (#61)

Others

  • Update dependencies

How to update?

For native Go installation (any platforms):

go install github.com/gowebly/gowebly/v2@latest

For Homebrew users (GNU/Linux, Apple macOS):

brew upgrade gowebly/tap/gowebly

For other ways (any platforms): manually download and re-install a ready-made package from the Assets section.

💡 Note: See the Complete user guide to get a general information.

Your help to improve project

I invite you to participate in this project! Let's work together to create and popularize the most useful tool for developers on the web today.

Your PRs, issues & any words are welcome! Thank you 😘

v2.3.2

2 months ago

⚙️ The Gowebly CLI v2.3.2 patch

Changelog

Bug fixes

  • Fix Dockerfile (#57)

Others

  • Update dependencies

How to update?

For native Go installation (any platforms):

go install github.com/gowebly/gowebly/v2@latest

For Homebrew users (GNU/Linux, Apple macOS):

brew upgrade gowebly/tap/gowebly

For other ways (any platforms): manually download and re-install a ready-made package from the Assets section.

💡 Note: See the Complete user guide to get a general information.

Your help to improve project

I invite you to participate in this project! Let's work together to create and popularize the most useful tool for developers on the web today.

Your PRs, issues & any words are welcome! Thank you 😘

v2.3.1

2 months ago

⚙️ The Gowebly CLI v2.3.1 patch

Changelog

Bug fixes

  • Fix Windows issue #54
  • Fix deprecated issue by Templ

Updates

  • Update dependencies

How to update?

For native Go installation (any platforms):

go install github.com/gowebly/gowebly/v2@latest

For Homebrew users (GNU/Linux, Apple macOS):

brew upgrade gowebly/tap/gowebly

For other ways (any platforms): manually download and re-install a ready-made package from the Assets section.

💡 Note: See the Complete user guide to get a general information.

Your help to improve project

I invite you to participate in this project! Let's work together to create and popularize the most useful tool for developers on the web today.

Your PRs, issues & any words are welcome! Thank you 😘

v2.3.0

2 months ago

✨ The Gowebly CLI v2.3.0 release

gowebly banner with logo

A next-generation CLI tool to easily build amazing web applications with Go on the backend, using htmx, hyperscript or Alpine.js and the most popular CSS frameworks on the frontend.

In this release

We always fight for quality code in our projects. A tool like golangci-lint helps us in this.

Now, when creating a new project, you can select an option and CLI will create a configuration file with basic (recommended) settings for golangci-lint for your new project!

Changelog

New features

  • Add generation for the golangci-lint config to the create command

Others

  • Update dependencies
  • Rename ijectors.go to injectors.go (#51)

How to update?

For native Go installation (any platforms):

go install github.com/gowebly/gowebly/v2@latest

For Homebrew users (GNU/Linux, Apple macOS):

brew upgrade gowebly/tap/gowebly

For other ways (any platforms): manually download and re-install a ready-made package from the Assets section.

💡 Note: See the Complete user guide to get a general information.

Your help to improve project

I invite you to participate in this project! Let's work together to create and popularize the most useful tool for developers on the web today.

Your PRs, issues & any words are welcome! Thank you 😘

v2.2.0

3 months ago

✨ The Gowebly CLI v2.2.0 release

gowebly banner with logo

A next-generation CLI tool to easily build amazing web applications with Go on the backend, using htmx, hyperscript or Alpine.js and the most popular CSS frameworks on the frontend.

In this release

We couldn't get past the updates that occurred in the new version of Go v1.22.0, so all the innovations for the net/http package have been leveraged in this release.

Yes, the minimum version of Go in go.mod file is now 1.22.0.

Changelog

Updates

  • Update Go to v1.22.0
  • Update net/http handlers

How to update?

For native Go installation (any platforms):

go install github.com/gowebly/gowebly/v2@latest

For Homebrew users (GNU/Linux, Apple macOS):

brew upgrade gowebly/tap/gowebly

For other ways (any platforms): manually download and re-install a ready-made package from the Assets section.

💡 Note: See the Complete user guide to get a general information.

Your help to improve project

I invite you to participate in this project! Let's work together to create and popularize the most useful tool for developers on the web today.

Your PRs, issues & any words are welcome! Thank you 😘

v2.1.2

3 months ago

⚙️ The Gowebly CLI v2.1.2 patch

Changelog

New features

  • Add description to confirm elements

Bug fixes

  • Fix UnoCSS issue (#47)

Updates

  • Update dependencies

How to update?

For native Go installation (any platforms):

go install github.com/gowebly/gowebly/v2@latest

For Homebrew users (GNU/Linux, Apple macOS):

brew upgrade gowebly/tap/gowebly

For other ways (any platforms): manually download and re-install a ready-made package from the Assets section.

💡 Note: See the Complete user guide to get a general information.

Your help to improve project

I invite you to participate in this project! Let's work together to create and popularize the most useful tool for developers on the web today.

Your PRs, issues & any words are welcome! Thank you 😘

v2.1.1

3 months ago

⚙️ The Gowebly CLI v2.1.1 patch

Changelog

New features

  • Add Alpine.js CSS styles

Updates

  • Update GoReleaser action
  • Update dependencies

How to update?

For native Go installation (any platforms):

go install github.com/gowebly/gowebly/v2@latest

For Homebrew users (GNU/Linux, Apple macOS):

brew upgrade gowebly/tap/gowebly

For other ways (any platforms): manually download and re-install a ready-made package from the Assets section.

💡 Note: See the Complete user guide to get a general information.

Your help to improve project

I invite you to participate in this project! Let's work together to create and popularize the most useful tool for developers on the web today.

Your PRs, issues & any words are welcome! Thank you 😘

v2.1.0

3 months ago

✨ The Gowebly CLI v2.1.0 release

gowebly banner with logo

A next-generation CLI tool to easily build amazing web applications with Go on the backend, using htmx, hyperscript or Alpine.js and the most popular CSS frameworks on the frontend.

In this release

Yes, we've added support for the Alpine.js library!

Use all the x-* attributes of Alpine.js and combine them together with htmx and Templ for better performance of your web application. We want to give you even more options to start new projects with dynamic functions on the frontend.

alpine js

Changelog

New features

  • Add Alpine.js to frontend templates
  • Add go.uber.org/nilaway tool

How to update?

For native Go installation (any platforms):

go install github.com/gowebly/gowebly/v2@latest

For Homebrew users (GNU/Linux, Apple macOS):

brew upgrade gowebly/tap/gowebly

For other ways (any platforms): manually download and re-install a ready-made package from the Assets section.

💡 Note: See the Complete user guide to get a general information.

Your help to improve project

I invite you to participate in this project! Let's work together to create and popularize the most useful tool for developers on the web today.

Your PRs, issues & any words are welcome! Thank you 😘