A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/gowebly/gowebly/tree/v1 below:

GitHub - gowebly/gowebly at v1

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

English · Русский · 简体中文 · Español


↘  Share to your friends and family  ↙

Tip

To give you a full understanding of the project, we have recorded a short 📺 video and prepared an introduction 📝 article demonstrating the main features of the Gowebly CLI.

First, download and install Go. Version 1.21 (or higher) is required.

Now, you can use the Gowebly CLI without installation. Just run it with go run to create a new project with a default configuration:

go run github.com/gowebly/gowebly@latest create

That's it! 🔥 A wonderful web application has been created in the current folder.

It will use the net/http package (as a Go backend) and the html/template package (as a template engine). The htmx and hyperscript libraries are already available in your HTML templates.

↖ Back to top

🐳 Docker-way to quick start

Feel free to using the Gowebly CLI from our official Docker image and run it in the isolated container:

docker run --rm -it -v ${PWD}:${PWD} -w ${PWD} gowebly/gowebly:latest create

Important

This Docker image works only on the GNU/Linux systems (amd64 or arm64, including WSL).

↖ Back to top

🍺 Homebrew-way to quick start

GNU/Linux and Apple macOS users available way to install Gowebly CLI via Homebrew.

Tap a new formula:

Install:

brew install gowebly/tap/gowebly

↖ Back to top

📦 Other way to quick start

Download ready-made exe files for Windows, deb (for Debian, Ubuntu), rpm (for CentOS, Fedora), apk (for Alpine), or Arch Linux packages from the Releases page.

↖ Back to top

We always treasure your time and want you to start building really great web products on this awesome technology stack as soon as possible! Therefore, to get a complete guide to use and understand the basic principles of the Gowebly CLI, we have prepared a comprehensive explanation of the project in this 📖 Complete user guide.

We have taken care to make it as comfortable as possible for you to learn this wonderful tool, so each CLI command has a sufficient textual description, as well as a visual diagram of how it works.

Important

Don't forget to switch the documentation to your language to make it even more comfortable to learn new knowledge! Supported languages: English, Русский, 简体中文, Español.

↖ Back to top

It is highly recommended to start exploring with short introductory articles "What is Gowebly CLI?" and "How does it work?" to understand the basic principle and the main components built into the Gowebly CLI.

Next steps are:

  1. Install the CLI to your system
  2. Configure your project
  3. Start creating a new project
  4. Running your project locally
  5. Build your project for the production

Hope you find answers to all of your questions! 😉

↖ Back to top

Tell us, how often have you had to start a new project from scratch and had to make painful manual configurations? 🤔 Especially, when you are just getting acquainted with a new technology or stack, where everything is new to you.

For many developers, including us, this process is as tedious and even depressing as possible, and doesn't carry any useful workload. It is a very frustrating process that can push any developer away from technology a lot.

Why not just give all that awful manual work to machines? Let them do all the hard work for us, and we will just create awesome web products and not have to think about build and deploy.

That's why we created the Gowebly CLI and its helpers' library, which helps you start an amazing web applications in Go using htmx, hyperscript and popular CSS frameworks.

We are here to save you (and ourselves) from this routine pain! ✨

Note

Earlier, I have already saved the world once, it was Create Go App (yep, that's my project too). The GitHub stars statistics of this project can't lie: more than 2.3k developers of any level and different countries start a new project through this CLI tool.

↖ Back to top

If you liked the Gowebly CLI and found it useful for your tasks, please click a 👁️ Watch button to avoid missing notifications about new versions, and give it a 🌟 GitHub Star!

It really motivates us to make this product even better.

And now, 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 😘

↖ Back to top

The Gowebly CLI is free and open-source software licensed under the Apache 2.0 License, created and supported by Vic Shóstak with 🩵 for people and robots. Official logo distributed under the Creative Commons License (CC BY-SA 4.0 International).


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4