Snob - Dev Log (How it's done)

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • snob

    🥃 Snob is a simple CLI that fetches movies and TV shows info, written in Go.

  • Following up on this post about Snob, let's dive a bit deeper on how it was done and get a better overview from a development perspective.

  • goreleaser

    Deliver Go binaries as fast and easily as possible

  • Deployment is provided through GoReleaser. I suggest checking out its docs and then taking a look at these files in the project:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • urfave/cli

    A simple, fast, and fun package for building command line apps in Go (by urfave)

  • urfave/cli - A simple, fast, and fun package for building command line apps in Go;

  • color

    Color package for Go (golang)

  • printer.go - Handles printing (showing) information to the user. This is where fatih/color is being used, so we can print pretty information with colors.

  • viper

    Go configuration with fangs

  • config.go - Handles the configuration part (in our case, the key environment variable) with help from Viper;

  • homebrew-brews

    🍺 My brews repository.

  • .goreleaser.yml - GoReleaser config file. You might notice a brews section that keeps the Homebrew formula updated in nunogois/homebrew-brews - This is what makes installing through brew install nunogois/brews/snob possible;

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Powerful template for CLI projects in Go 🐹

    7 projects | /r/golang | 5 Oct 2022
  • I'm looking for a good alternativ to Viper

    12 projects | /r/golang | 16 Jan 2022
  • [Happy] First mini project in Go (new go developer)

    6 projects | /r/golang | 4 Apr 2021
  • The power of the CLI with Golang and Cobra CLI

    9 projects | dev.to | 6 Apr 2024
  • What 3rd-party libraries do you use often/all the time?

    7 projects | /r/golang | 1 Dec 2023