extendit
extendit copied to clipboard
Framework and library for creating extensible and scalable TS/JS applications
**Is your feature request related to a problem? Please describe.** * We currently can only validate JSON entries against a given schema, but we cannot perform any integrity checks. *...
**Is your feature request related to a problem? Please describe.** Log level can be changed only programmatically by a host app: ```ts import { log } from "@forman2/extendit/util" log.Logger.setGlobalLevel(log.LogLevel.INFO); ```...
Pull request templates in `.github/PULL_REQUEST_TEMPLATES/` are neither recognized when creating a new PR and nor in the project's [Community Standards](https://github.com/forman/extendit/community).