Getting started

Currently, you can use Cascadium with the Nuget package in .NET projects or with the tool for any type of project.

To install Cascadium in your .NET Project, use the command:


                    dotnet add package Cascadium.Compiler
                

After that, click here to learn how to use Cascadium with .NET.

To use Cascadium with any kind of project

Firstly, download latest Cascadium binaries from Github repository. Cascadium is available for Windows, Linux-based systems and Mac OS.

Remember to put path to Cascadium in your environment path so you can quickly access it from the terminal.

After that, click here to learn how to use Cascadium with CLI.