-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathtile.json
More file actions
11 lines (11 loc) · 995 Bytes
/
tile.json
File metadata and controls
11 lines (11 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
{
"name": "lirantal/nodejs-cli-best-practices",
"version": "0.1.1",
"private": false,
"summary": "Guide and audit Node.js CLI application development against 37 established best practices covering UX, distribution, interoperability, accessibility, testing, error handling, development setup, analytics, versioning, and security. Use this skill when building, extending, reviewing, or scaffolding a Node.js CLI — including when someone says \"audit my CLI\", \"review my CLI code\", \"I'm building a CLI tool\", or asks about adding argument parsing, error handling, color output, STDIN, --json flags, exit codes, --version flags, or npm publishing. Applies even when best practices are not explicitly mentioned. Also trigger for \"how should I implement X in my CLI\" or \"what's the right way to do Y in a Node.js CLI\". Do NOT use for Node.js backend or API development with no CLI entry point.",
"skills": {
"nodejs-cli-best-practices": {
"path": "SKILL.md"
}
}
}