🚀 DAY 3 OF LAUNCH WEEK: Introducing Webhook Events for Pull Request Scans.Learn more →
Socket
Book a DemoInstallSign in
Socket

go.trulyao.dev/vanity

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

go.trulyao.dev/vanity

Go
Version
v1.2.0
Version published
Created
Source

Vanity

[!WARNING] This was mostly made to suit my needs, some things may or may not work for you and I do not spend a lot of time maintaining it, use at your own risk.

A vanity URL service for Go packages (modules, projects and executables)

Installation

You can install Vanity with Go:

go install go.trulyao.dev/vanity@latest

Usage

Run the following command to create a config file:

vanity --init

Optionally, you can use --config=[path] flag to customize your config file location and name. You can now run Vanity by using the following command:

vanity --config=path/to/config.json

Docker

Docker is the recommended way to use Vanity but I haven't taken time to setup the workflow yet (there aren't even versions yet at this point) but you can use the unofficially supported image or build from source.

docker pull trulyao/vanity:latest

FAQs

Package last updated on 05 Sep 2024

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