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.
Install CodeMash via NuGet
1.
Using your preferred editor (Visual Studio, Rider, Visual Studio Code or any other) open your .NET project.
2.
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.
Dependencies
Servicestack
Install CodeMash via npm
1.
Using your preferred editor (Visual Studio Code, JetBrains WebStorm, Atom or any else) or terminal open your project.
2.
Add npm package using one of the following command: