canvas-lms/packages/grading-utils
Omar Gerardo Soto-Fortuño c2c081d448 Version grading-utils package
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>
2024-01-03 19:36:10 +00:00
..
src Simplify grading-utils package 2024-01-02 20:42:19 +00:00
.gitignore Simplify grading-utils package 2024-01-02 20:42:19 +00:00
CHANGELOG.md Version grading-utils package 2024-01-03 19:36:10 +00:00
README.md Create grading-utils package 2023-07-19 15:19:24 +00:00
package.json Version grading-utils package 2024-01-03 19:36:10 +00:00

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