Skip to content

Commit

Permalink
chore(msar): Renamed from myschoolapp-reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
battis committed Jan 11, 2025
1 parent f4cf7d7 commit b34b71e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A collection of packages for working with the Blackbaud LMS's front-end APIs

## [`msar`](./packages/msar) ![NPM Version](https://img.shields.io/npm/v/myschoolapp-reporting)
## [`msar`](./packages/msar) ![NPM Version](https://img.shields.io/npm/v/msar)

A CLI Tool for collecting reporting data from the Blackbaud LMS

Expand Down
10 changes: 6 additions & 4 deletions packages/msar/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# myschoolapp-reporting
# msar

![NPM Version](https://img.shields.io/npm/v/myschoolapp-reporting)
![NPM Version](https://img.shields.io/npm/v/msar)

(Formerly `myschoolapp-reporting`)

Snapshot course data in Blackbaud's MySchoolApp LMS

Expand All @@ -15,7 +17,7 @@ The result of taking a "snapshot" of a course or LMS instance is a JSON file of
You likely want to install this globally:

```sh
npm i -g myschoolapp-reporting
npm i -g msar
```

However, you could also sandbox it (and its dependencies) in a directory:
Expand All @@ -24,7 +26,7 @@ However, you could also sandbox it (and its dependencies) in a directory:
mkdir path/to/workspace
cd path/to/workspace
echo "{}" > package.json
npm i myschoolapp-reporting
npm i msar
```

## Usage
Expand Down

0 comments on commit b34b71e

Please sign in to comment.