10 releases
0.0.10 | Jun 14, 2024 |
---|---|
0.0.9 | Jun 12, 2024 |
0.0.8 | May 31, 2024 |
0.0.1 | Feb 24, 2023 |
#347 in Programming languages
25 downloads per month
32KB
619 lines
aikup
A CLI for managing multiple versions of Aiken.
Usage
# install the latest version of Aiken
aikup install
Why?
As Aiken develops and new versions are released some projects may not be able to immediately update. One reason why is that perhaps code generation produces slightly different compiled code between versions thus changing your script hash and address. This is likely to be a common situation and developers are likely to work across various Aiken projects all potentially using different versions of the compiler. Considering this, it makes sense to provide an official way to manage multiple versions of Aiken.
Dependencies
~18–32MB
~541K SLoC