Skip to content

This is a set of projects for exporting a course. The server expects all data to be passed in while standalone makes its own database connection. Standalone can be run as a CLI or as a server.

License

Notifications You must be signed in to change notification settings

rederlyhq/rederly-course-export

Repository files navigation

rederly-course-export

This is a set of projects for use to creating rederly course exports.

Version bumping

Version bump each of the packages once changes are done. Automatic tagging is turned of since this is a mono repo and should be tagged in the following way: ${name}--v${version_number}.
Example: standalone-server--v0.5.1

Tag script

core

core contains core logic for creating the rederly course archive

standalone

standalone handles a database fetch and calls core, for use as a cli or a standalone server

server

server opens a server to accept data to send to core. This would be the micro service approach

About

This is a set of projects for exporting a course. The server expects all data to be passed in while standalone makes its own database connection. Standalone can be run as a CLI or as a server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published