UNPKG

@rxap/plugin-library

Version:

This package provides generators and executors for managing and maintaining Nx plugin libraries. It includes functionality for generating index exports, fixing dependencies, generating JSON schemas, and more. It helps streamline the development process fo

18 lines (17 loc) 379 B
{ "$schema": "https://json-schema.org/schema", "version": 2, "title": "GenerateSchema executor", "description": "", "type": "object", "properties": { "excludes": { "type": "array", "items": { "type": "string" }, "description": "A list of glob patterns relative to the project that should be excluded" } }, "required": [] }