User:Cobollero/sandbox
Appearance
Developer(s) | Olegs Kunicins |
---|---|
Initial release | July 5, 2020 |
Stable release | 3.13.19
/ February 13, 2021[1] |
Written in | TypeScript |
Operating system | Cross-platform |
Type | Package manager |
License | GNU General Public License |
Website | cobolget |
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 registryindex
Import or update the package in the registryinit
Create manifest fileadd
Add package to the manifestremove
Remove package from the manifestupdate
Resolve dependencies and update lockfileinstall
Install dependencies from lockfilelicenses
List licenses of the installed packagesrun
Run script defined in the manifest
Supported dialects
[edit]Supported repositories
[edit]References
[edit]- ^ "Client". npmjs.com. Retrieved Feb 13, 2021.
- ^ "About". cobolget.com.
- ^ "Registry". cobolget.com.
- ^ "Commands". github.com.