Snob - Dev Log (How it's done)

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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