Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin Architecture #1

Open
biximilien opened this issue Dec 5, 2023 · 0 comments
Open

Plugin Architecture #1

biximilien opened this issue Dec 5, 2023 · 0 comments
Assignees

Comments

@biximilien
Copy link
Member

The project should have a plugin architecture, such that it is easy to extend and customizable.

This article was used to create the plugin engine and template https://javascript.plainenglish.io/how-to-build-a-plugin-system-with-typescript-e7efb9f7e1ab

The current approach is to have plugins be TypeScript packages and live in /packages for core plugins and /plugins for extensions (Such as Code Systems and Terminologies).

@biximilien biximilien self-assigned this Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant