7 releases

new 0.0.7 May 24, 2024
0.0.6 May 22, 2024
0.0.1 Feb 24, 2023

#173 in Programming languages

Download history 6/week @ 2024-02-16 5/week @ 2024-02-23 1/week @ 2024-03-08 8/week @ 2024-03-29 2/week @ 2024-04-05 255/week @ 2024-04-26 313/week @ 2024-05-03 13/week @ 2024-05-10 45/week @ 2024-05-17

626 downloads per month

Apache-2.0

31KB
518 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–31MB
~536K SLoC