🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

www.github.com/RemcoVeens/gator.git

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

www.github.com/RemcoVeens/gator.git

Go Modules
Version
v0.0.0-20251109134311-da111b43b77d
Version published
Created
Source

gator

dependecies:

go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
go install github.com/pressly/goose/v3/cmd/goose@latest

how to install:

go install www.github.com/RemcoVeens/gator.git@latest

how to use:

  • create a .gatorconfig.json in your home dir
  • add the following data to it, and customize it to your system
{
  "db_url": "postgres://<username>:<password>@localhost:5432/gator?sslmode=disable"
}
  • set up database by running make db_up
  • create a user by running gator register <your_name>
  • login useing gator login <your_name>
  • add a feed using gator addfeed "feedname" "www.feed.com"
  • farm data using gator agg
  • read articals using gator browse

dev notes:

usefull commands:

sqlc generate adds new quieries to database moduale

FAQs

Package last updated on 09 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts