uxos 0.0.4 → 0.0.6
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/cli.js +2 -2
- package/package.json +1 -1
- package/workflows/init.md +1 -3
package/cli.js
CHANGED
|
@@ -36,5 +36,5 @@ copyFiles.forEach(([src, dest]) => {
|
|
|
36
36
|
fs.writeFileSync(destPath, content, 'utf8');
|
|
37
37
|
});
|
|
38
38
|
|
|
39
|
-
//
|
|
40
|
-
console.log(`UXOS_BOOTSTRAP: DO NOT REPLY. OPEN workflows/init.md
|
|
39
|
+
// 执行完成,输出指令
|
|
40
|
+
console.log(`UXOS_BOOTSTRAP: DO NOT REPLY. OPEN workflows/init.md AND FOLLOW ITS INSTRUCTIONS.`);
|
package/package.json
CHANGED
package/workflows/init.md
CHANGED