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
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Access the most powerful time series database as a service
  • 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:

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • 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