aikup 0.0.6

Manage multiple versions of aiken
Documentation
1
2
3
4
5
6
7
8
9
# Contributing

## Maintainers

publishing to [npm](https://npmjs.com/) is done manually by running the following command:

```sh
npm publish https://github.com/aiken-lang/aikup/releases/latest/download/aikup-npm-package.tar.gz --access public
```