II.
Library JSON
Structured · livelibrary:cookiecutter
Cookiecutter json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:cookiecutter",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-server-tools.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cookiecutter",
"belongsToLanguageId": "language:python",
"category": "other",
"description": "Command-line utility that creates projects from templates (cookiecutters),\nusing Jinja2 for template rendering with support for prompts, hooks,\nand a large directory of community templates.\n"
},
"outgoingEdges": [
{
"from": "library:cookiecutter",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:cookiecutter",
"to": "skill-area:cli-tooling",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:cookiecutter",
"to": "library:copier",
"kind": "alternative_to"
}
],
"incomingEdges": []
}