ngpkgmgr

command module
v0.0.0-...-b98a8e8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2025 License: MIT Imports: 26 Imported by: 0

README

ngpkgmgr

A simple meta package manager which just stores shell commands for install / update / remove(WIP) pkg.

prerequisits

  • 7z (unzipping)
  • jq (json manipulation)
  • dasel (transofrming toml to json)
  • ./cmd/picklatest (picking latest LTS(even major version) of nodejs)
  • ./cmd/gobuildinfo (simple wrapper of buildinfo.ReadFile. As of Go 1.24, VCS info is embedded as build info.)
sudo apt update && sudo apt install -y p7zip-full jq dasel
mkdir ~/bin
cp ./prebuilt/linux-amd64/* ~/bin/

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
gobuildinfo command
picklatest command
querygoproxy command