Specific xAPI vocabulary used at the Smarted plaform.
Includes everything exported from @gradiant-xapi-dsl/types and a sub set of @gradiant-xapi-dsl/dsl vocabulary specific for SMART projects.
It also include a set of utility functions to checks for specific activity types, verbs, recipes, etc
Check the markdown documentation for more info about what is exported
Compile typescript files from the src
folder inside the build
folder
Run tests files inside the tests
folder that matches *.test.ts pattern
Generates the dsl documentation. Using npm run docs:md
the documentation will be generated in markdown format
Check linters and run the tests