@kiwilan/filesystem
TypeScript icon, indicating that this package has built-in type declarations

0.0.20 • Public • Published

Kiwilan's Node filesystem

Banner with monitor with IDE in background and Kiwilan's Node filesystem title

node version downloads license tests codecov

Node package built to improve native filesystem with Laravel like helpers.

Installation

npm add @kiwilan/filesystem

Or with pnpm:

pnpm add @kiwilan/filesystem

Usage

const path = FsPath.root("tests/test.md");
const exists = await FsFile.exists(path);

if (exists) {
  const content = await FsFile.get(path);
}

Build locally

pnpm package

Add to your project:

{
  "dependencies": {
    "@kiwilan/filesystem": "file:~/kiwilan-filesystem-*.tgz"
  }
}

/@kiwilan/filesystem/

    Package Sidebar

    Install

    npm i @kiwilan/filesystem

    Weekly Downloads

    5

    Version

    0.0.20

    License

    MIT

    Unpacked Size

    43.4 kB

    Total Files

    7

    Last publish

    Collaborators

    • ewilan-riviere