@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
16 lines (15 loc) • 340 B
JSON
{
"$schema": "https://json-schema.org/schema",
"version": 2,
"title": "IndexExport executor",
"description": "",
"type": "object",
"properties": {
"generateRootExport": {
"type": "boolean",
"default": true,
"description": "Generate index.ts in the source root of the project"
}
},
"required": []
}