StepWise is published as a series of nuget packages. You can install the packages from NuGet.org.
Install StepWise
dotnet add package LittleLittleCloud.StepWise
Install StepWise Template
StepWise provides a template to help you create a new StepWise project. You can install the template using the following command:
dotnet new -i LittleLittleCloud.StepWise.Template
After installing the template, you can create a new StepWise project using the following command from dotnet-cli:
dotnet new stepwise-console -n MyStepWiseProject