II.
Library JSON
Structured · livelibrary:shelljs
ShellJS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:shelljs",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "ShellJS",
"belongsToLanguageId": "language:javascript",
"category": "shell-process",
"description": "Portable Unix shell commands (cp, mv, rm, mkdir, exec, etc.) for\nNode.js scripts without requiring a Unix shell; suitable for\ncross-platform build scripts and automation.\n"
},
"outgoingEdges": [
{
"from": "library:shelljs",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:shelljs",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:zx",
"to": "library:shelljs",
"kind": "alternative_to"
}
]
}