Node.js virtual environment builder for creating isolated Node.js environments
80
{
"context": "This criteria evaluates how well the engineer uses nodeenv's internal implementation control features to build a version checking and configuration inspection tool. The focus is on using nodeenv's programmatic Python API for fetching versions, inspecting configuration defaults, and controlling logging verbosity.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Version fetching",
"description": "Uses nodeenv's get_node_versions() function to retrieve available Node.js versions from nodejs.org",
"max_score": 25
},
{
"name": "LTS filtering",
"description": "Uses nodeenv's get_last_lts_node_version() function or implements filtering logic based on version data to identify and display only LTS versions",
"max_score": 20
},
{
"name": "Configuration defaults",
"description": "Uses nodeenv's Config class or parse_args() with appropriate flags to access and display default configuration settings",
"max_score": 25
},
{
"name": "Verbose logging",
"description": "Implements verbose output by using nodeenv's logging mechanisms or by setting appropriate verbosity flags when calling nodeenv functions",
"max_score": 15
},
{
"name": "Quiet mode",
"description": "Implements quiet mode by using nodeenv's logging control or by suppressing output appropriately when calling nodeenv functions",
"max_score": 15
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-nodeenvdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10