![]() flag=none test plan: - Specs pass. qa risk: low Change-Id: I572d35f4612a51380bb79a0450c2ca58af657399 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/336566 Reviewed-by: Aaron Shafovaloff <ashafovaloff@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: Caleb Guanzon <cguanzon@instructure.com> Product-Review: Caleb Guanzon <cguanzon@instructure.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
CHANGELOG.md | ||
README.md | ||
package.json |
README.md
Grading Utils
The Grading Utils extracted in it's own npm package for use across multiple services
The primary consumer of the @instructure/grading-utils
is canvas-lms
, so documentation
and references throughout documentation might reflect and assume the use of canvas-lms
.
Install and Setup
As a published npm module, you can add @instructure/grading-utils
to your node project by doing
the following:
npm install @instructure/grading-utils --save
Tests
The test process already builds the assets so you can just run:
npm run test