https://github.com/robloach/asdf-c3
C3 Language for asdf version manager
https://github.com/robloach/asdf-c3
asdf-plugin c3
Last synced: 10 months ago
JSON representation
C3 Language for asdf version manager
- Host: GitHub
- URL: https://github.com/robloach/asdf-c3
- Owner: RobLoach
- License: lgpl-3.0
- Created: 2024-08-30T03:30:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T05:13:49.000Z (over 1 year ago)
- Last Synced: 2025-05-08T03:49:49.529Z (about 1 year ago)
- Topics: asdf-plugin, c3
- Language: Shell
- Homepage: https://github.com/c3lang/c3c
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-c3 [](https://github.com/RobLoach/asdf-c3/actions/workflows/build.yml) [](https://github.com/RobLoach/asdf-c3/actions/workflows/lint.yml)
[C3](https://c3-lang.org/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `git`
- `curl`
- `awk`
- `sed`
- `mkdir`
- `cp`
# Install
Plugin:
```shell
asdf plugin add c3
```
c3c:
```shell
# Show all installable versions
asdf list-all c3
# Install specific version
asdf install c3 latest
# Set a version globally (on your ~/.tool-versions file)
asdf global c3 latest
# Now c3c commands are available
c3c --version
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/RobLoach/asdf-c3/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Rob Loach](https://github.com/RobLoach/)