@jvittechs/j 1.0.25 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +3 -2
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -169,7 +169,7 @@ import { basename as basename4 } from "path";
|
|
|
169
169
|
// package.json
|
|
170
170
|
var package_default = {
|
|
171
171
|
name: "@jvittechs/j",
|
|
172
|
-
version: "1.0.
|
|
172
|
+
version: "1.0.27",
|
|
173
173
|
description: "A unified CLI tool for JV-IT TECHS developers to manage Jai1 Framework. Supports both `j` and `jai1` commands. Please contact TeamAI for usage instructions.",
|
|
174
174
|
type: "module",
|
|
175
175
|
bin: {
|
|
@@ -4201,6 +4201,7 @@ function showGuide(name) {
|
|
|
4201
4201
|
console.log();
|
|
4202
4202
|
console.log(chalk8.dim(`\u{1F4A1} Ch\u1EA1y "${name} <l\u1EC7nh> --help" \u0111\u1EC3 xem chi ti\u1EBFt t\u1EEBng l\u1EC7nh.`));
|
|
4203
4203
|
console.log(chalk8.dim(`\u{1F4A1} Ch\u1EA1y "${name} t guide" \u0111\u1EC3 xem h\u01B0\u1EDBng d\u1EABn task management \u0111\u1EA7y \u0111\u1EE7.`));
|
|
4204
|
+
console.log(chalk8.dim(`\u{1F4A1} Ch\u1EA1y "${name} quickstart" \u0111\u1EC3 xem h\u01B0\u1EDBng d\u1EABn theo t\xECnh hu\u1ED1ng ph\xE1t tri\u1EC3n.`));
|
|
4204
4205
|
console.log();
|
|
4205
4206
|
}
|
|
4206
4207
|
|
|
@@ -4229,7 +4230,7 @@ function showQuickstart(name) {
|
|
|
4229
4230
|
console.log();
|
|
4230
4231
|
console.log(chalk9.bold("\u2501\u2501\u2501 \u2705 L\xC0M VI\u1EC6C V\u1EDAI TASKS \u2501\u2501\u2501"));
|
|
4231
4232
|
console.log(` ${chalk9.cyan("/pick-next-task")} Resume ho\u1EB7c b\u1EAFt \u0111\u1EA7u task ti\u1EBFp theo`);
|
|
4232
|
-
console.log(` ${chalk9.cyan("/review-tasks")} Review danh s\xE1ch tasks,
|
|
4233
|
+
console.log(` ${chalk9.cyan("/review-tasks")} Review danh s\xE1ch tasks, s\u1EAFp x\u1EBFp l\u1EA1i priority, dependency,...`);
|
|
4233
4234
|
console.log(` ${chalk9.cyan(`${name} t ready`)} Xem c\xE1c tasks s\u1EB5n s\xE0ng \u0111\u1EC3 l\xE0m`);
|
|
4234
4235
|
console.log(` ${chalk9.cyan(`${name} t summary`)} Dashboard t\u1ED5ng quan tasks`);
|
|
4235
4236
|
console.log();
|