# asdf-cobol **Repository Path**: hellomdk/asdf-cobol ## Basic Information - **Project Name**: asdf-cobol - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-14 - **Last Updated**: 2023-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # asdf-cobol [Cobol](https://gitee.com/hellomdk/asdf-cobol) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager. ## Install After installing [asdf](https://github.com/asdf-vm/asdf), you can add this plugin like this: ```bash asdf plugin add cobol https://gitee.com/hellomdk/asdf-cobol.git chmod -R 755 /root/.asdf/plugins/cobol/bin ``` and list all versions like this: ```bash asdf list all cobol ``` and install new versions like this: ```bash asdf install cobol 3.1.2 ``` and switch versions like this: ```bash asdf global cobol 3.1.2 ``` and remove plugin like this: ```bash asdf plugin remove cobol ``` ## Reading Read the [asdf readme](https://github.com/asdf-vm/asdf) for instructions on how to install and manage versions of any language. If you have trouble with any expected features, have any feature requests or want to contribute, please [do an issue](https://github.com/skotchpine/asdf-maven/issues). ## Development - asdf's [creating-plugins.md](https://github.com/asdf-vm/asdf/blob/master/docs/creating-plugins.md) - [Bash Hackers Wiki](http://wiki.bash-hackers.org/)