Skip to content

Plug-in for the Canvas LMS theme app that adds a menu item to export course groups as Excel

License

Notifications You must be signed in to change notification settings

artevelde-uas/canvas-lms-export-course-groups-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canvas LMS Export Course Groups Plug-in

Plugin for the Canvas LMS theme app that adds a menu item to export course groups as Excel.

Example image

Installation

Using NPM:

npm install @artevelde-uas/canvas-lms-export-course-groups-plugin

Using Yarn:

yarn add @artevelde-uas/canvas-lms-export-course-groups-plugin

Usage

Just import the plug-in and add it to the Canvas app:

import { run, addPlugin } from '@artevelde-uas/canvas-lms-app';
import exportCourseGroupsPlugin from '@artevelde-uas/canvas-lms-export-course-groups-plugin';

addPlugin(exportCourseGroupsPlugin);

run();

About

Plug-in for the Canvas LMS theme app that adds a menu item to export course groups as Excel

Resources

License

Stars

Watchers

Forks

Packages