st5824 / boss

Dependency Manager for Delphi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency Manager for Delphi

Getting started

Installation:

Usage:
  boss [command]

Available Commands:
  delphi      Configure Delphi version
  gc          Garbage collector
  help        Help about any command
  init        Initialize a new project
  install     Install a dependency
  login       Register login to repo
  publish     Publish package to registry
  remove      Remove a dependency
  run         Run cmd script
  update      update dependencies
  upgrade     upgrade a cli
  version     show cli version

Flags:
  -g, --global   global environment
  -h, --help     help for boss

Use "boss [command] --help" for more information about a command.

  • Sample:
    • boss install horse
    • boss install horse:1.0.0
    • boss install -g delphi-docker
    • boss install -g boss-ide

For use yor project in boss create a tag with semantic version

About

Dependency Manager for Delphi

License:MIT License


Languages

Language:Go 95.7%Language:Inno Setup 4.3%