bonzai-burn 1.0.64 → 1.0.66
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/index.js +4 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -870,9 +870,10 @@ function init() {
|
|
|
870
870
|
console.log(`Created ${BONZAI_DIR3}/ folder with config.json`);
|
|
871
871
|
console.log(`Edit ${BONZAI_DIR3}/config.json to configure your burn rules`);
|
|
872
872
|
console.log("");
|
|
873
|
-
console.log("
|
|
874
|
-
console.log("
|
|
875
|
-
console.log("
|
|
873
|
+
console.log(" \u250C\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510");
|
|
874
|
+
console.log(" \u2502 npx bonzai-burn -c Configure burn rules \u2502");
|
|
875
|
+
console.log(" \u2502 npx bonzai-burn -b Find tech debt in codebase \u2502");
|
|
876
|
+
console.log(" \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518");
|
|
876
877
|
}
|
|
877
878
|
async function main4() {
|
|
878
879
|
const args = process.argv.slice(2);
|