jingyuexing / autoinstall

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autoinstall

autoinstall is a command-line tool that detects the technologies used in the current project and helps you automatically pull project dependencies based on the package manager being used.

build

  • get packages
go mod tidy
  • build via just

Please ensure you have installed just before building.

just release # building via just

About


Languages

Language:Go 98.4%Language:Just 1.6%