If you are not planning on using our provided SDK, then you can skip this part. The following shows how to get our SDK for different languages and frameworks.
Using your preferred editor (Visual Studio, Rider, Visual Studio Code or any other) open your .NET project.
Add NuGet Package using one of the following ways
Search for CodeMash.Core
in package manager,
or run the command Install-Package CodeMash.Core
.
For more information about CodeMash NuGet package click here.
Servicestack
Using your preferred editor (Visual Studio Code, JetBrains WebStorm, Atom or any else) or terminal open your project.
Add npm package using one of the following command:
npm install codemash
You can find CodeMash npm package here.
​