An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# asdf-c3 [![Build](https://github.com/RobLoach/asdf-c3/actions/workflows/build.yml/badge.svg)](https://github.com/RobLoach/asdf-c3/actions/workflows/build.yml) [![Lint](https://github.com/RobLoach/asdf-c3/actions/workflows/lint.yml/badge.svg)](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/)