Say goodbye to dependency hell!
Occultist dependency manager eliminates the dependency conflicts by isolating the dependencies of
each Chaos spells within its own spells/ directory.
Git, Bash and jq
required to be installed on your system to be able to use the occultist commands.
On Linux and macOS occultist will install all the requirements automatically.
On Windows, use Git Bash and install jq with Chocolatey: choco install jq
Install occultist with:
sudo curl -o /usr/local/bin/occultist \
-L https://git.io/Jfv1u && \
sudo chmod +x /usr/local/bin/occultistor clone this repository and run: make
Install a spell:
occultist install mathInstall a specific version of the spell:
occultist install math 1.0.1Install a spell with semantic versioning:
occultist install math 1.x.xInstall a specific branch of the spell:
occultist install math master
Install the Chaos language:
sudo occultist install chaos
Upgrade a spell:
occultist upgrade mathRemove a spell:
occultist remove math
Initialize a new spell repository:
occultist initEdit the spell repository:
occultist editRegister a new spell:
occultist register