Skip to content

Initial Release v0.1

Compare
Choose a tag to compare
@gracicot gracicot released this 13 Aug 20:38
· 18 commits to master since this release

Initial release of subgine-pkg, a package manager currently made in CMake.

Supports basic package management commands and generate config file for CMake projects:

  • setup: creates a new config for a profile
  • install: install all missing dependencies
  • update: update all dependencies checkout to a branch and run install
  • prune: delete everything generated by subgine-pkg
  • remove: remove a package