2.0.0-alpha.2 • Published 7 months ago

@giancosta86/omnicourse-core v2.0.0-alpha.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

OmniCourse-core

Core model for OmniCourse

GitHub CI npm version MIT License

OmniCourse-core is a TypeScript library providing the core model of the OmniCourse project; as a consequence, it is especially useful whenever you need to access its data structures without having to depend on the UI components.

Installation

First of all, please consider whether you actually need the full OmniCourse library: in that case, directly depending on OmniCourse-core is not required - as the data structures are exported by OmniCourse as well.

The package on NPM is:

@giancosta86/omnicourse-core

The public API entirely resides in the root package index, so one shouldn't reference specific modules.

For details about installing and using the whole OmniCourse project, please refer to the tutorial wiki page.

Usage

OmniCourse is described in detail in its wiki: for this library, please refer to the core model section.

See also