Skip to content

gowithfloat/Float.TinCan.ActivityLibrary

Repository files navigation

Float.TinCan.ActivityLibrary Test NuGet

A library for starting xAPI activities.

Building

This project can be built using Visual Studio for Mac or Cake. It is recommended that you build this project by invoking the bootstrap script:

./build.sh

There are a number of optional arguments that can be provided to the bootstrapper that will be parsed and passed on to Cake itself. See the Cake build file in order to identify all supported parameters.

./build.sh \
    --task=Build \
    --projectName=Float.TinCan.ActivityLibrary \
    --configuration=Debug \
    --nugetUrl=https://nuget.org \
    --nugetToken=####

License

All content in this repository is shared under an MIT license. See license.md for details.