Skip to content

mod-by-cis/read-structure-dir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

read-structure-dir

  • 🆕v0.1.1 -> 📦https://raw.githubusercontent.com/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://raw.githubusercontent.com/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://raw.githubusercontent.com/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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published