0.0.20 • Published 9 months ago

@kiwilan/filesystem v0.0.20

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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"
  }
}

0.0.20

9 months ago

0.0.19

9 months ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.1

1 year ago