Installation
In order to install and use the Initium CLI, there are several options presented below.
Executable
You can build the executable locally using the following command:
make build
You will be able to run the executable from
./bin/initium
asdf
Initium is also published as an asdf
plugin. See https://github.com/nearform/asdf-initium.
NPM Package
The Initium CLI is published at its NPM registry.
Use the following command to run it:
npx initium
NOTE: It is not recommended to install the CLI globally in a system without a Node.js version manager, i.e. nvm
.
Binary
You can download the binary from here, with a variety of options depending on the platform it will run on. Previous releases are also available.