fix(docs): Update documentation with comprehensive usage examples, improved command alias descriptions, and detailed configuration instructions

This commit is contained in:
2025-04-01 14:19:35 +00:00
parent e525e04b07
commit a08627f058
5 changed files with 1212 additions and 74 deletions

View File

@ -2,7 +2,7 @@
"name": "@push.rocks/smartcli",
"private": false,
"version": "4.0.11",
"description": "A library for easily creating observable CLI tasks with support for commands, arguments, and options.",
"description": "A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -19,10 +19,12 @@
"CLI",
"command line",
"observable",
"tasks",
"reactive",
"asynchronous",
"commands",
"arguments",
"options",
"alias",
"typescript",
"node.js",
"development tool"