Skip to content

Commit fb8654d

Browse files
committed
fix: bump Tessl tile version
1 parent 774d383 commit fb8654d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/nodejs-cli-best-practices/tile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lirantal/nodejs-cli-best-practices",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": false,
55
"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.",
66
"skills": {

0 commit comments

Comments
 (0)