extendit icon indicating copy to clipboard operation
extendit copied to clipboard

Framework and library for creating extensible and scalable TS/JS applications

Results 3 extendit issues
Sort by recently updated
recently updated
newest added

**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. *...

enhancement

**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); ```...

enhancement

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).

help wanted
repo