User:Cobollero/sandbox

From Wikipedia, the free encyclopedia
COBOLget
Developer(s)Olegs Kunicins
Initial releaseJuly 5, 2020; 3 years ago (2020-07-05)
Stable release
3.13.19 / February 13, 2021; 3 years ago (2021-02-13)[1]
Written inTypeScript
Operating systemCross-platform
TypePackage manager
LicenseGNU General Public License
Websitecobolget.com

COBOLget is an application-level package manager for the COBOL programming language that provides a standard format for managing dependencies and required libraries of COBOL software. COBOLget was founded by Olegs Kunicins aiming to support Open Mainframe Project initiatives and improve COBOL ecosystem for open-source and proprietary contributors.[2] Major advantage of COBOLget is an ability to transparently install packages from public and private repositories making COBOL code shared within an organization. COBOLget registry lets organizations manage the Teams and Team Tokens granting per-team installation rights for a limited period of time.[3]

Commands[edit]

COBOLget offers an integration of the packages from the command line:[4]

  • list List packages in the registry
  • index Import or update the package in the registry
  • init Create manifest file
  • add Add package to the manifest
  • remove Remove package from the manifest
  • update Resolve dependencies and update lockfile
  • install Install dependencies from lockfile
  • licenses List licenses of the installed packages
  • run Run script defined in the manifest

Supported dialects[edit]

Supported repositories[edit]

References[edit]

  1. ^ "Client". npmjs.com. Retrieved Feb 13, 2021.
  2. ^ "About". cobolget.com.
  3. ^ "Registry". cobolget.com.
  4. ^ "Commands". github.com.

External links[edit]

Category:Free package management systems Category:COBOL