https://github.com/polyseam/cndi-known-templates
https://github.com/polyseam/cndi-known-templates
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/polyseam/cndi-known-templates
- Owner: polyseam
- License: apache-2.0
- Created: 2025-02-21T01:44:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T06:35:59.000Z (over 1 year ago)
- Last Synced: 2025-03-16T17:20:40.984Z (over 1 year ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @cndi/known-templates
This package contains metadata for CNDI Templates that are officially
recognized.
The metadata is used in the CLI, Configurator UI, and the project website.
Each Template contains the following metadata:
- `name`: The name of the Template.
- `title`: The title of the Template for display in UI
- `type`: A category to which the Template belongs, eg. `"Database"`
- `aliases`: An array of aliases for the Template, which can be used during
project creation.
- `ga`: A boolean property which defines whether the Template is generally
available and should be surfaced in UIs.
- `url`: The URL which points to the Template's YAML source file.