mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
folder rename from .bmad to _bmad
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
const fs = require('fs-extra');
|
||||
|
||||
function escapeXml(string_) {
|
||||
if (typeof string_ !== 'string') {
|
||||
return String(string_);
|
||||
}
|
||||
return string_.replaceAll('&', '&').replaceAll('<', '<').replaceAll("'", ''');
|
||||
}
|
||||
const { escapeXml } = require('../lib/xml-utils');
|
||||
|
||||
function indentFileContent(content) {
|
||||
if (typeof content !== 'string') {
|
||||
|
||||
Reference in New Issue
Block a user