1.0.8 • Published 2 years ago

@swindle/filesystem v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Swindle FileSystem

Swindle FileSystem provides filesystem access utilities.

Installation

To install Swindle FileSystem with NPM,

npm install @swindle/filesystem

With yarn,

yarn add @swindle/filesystem

Usage

Swindle FileSystem provides a variety of Utility classes

  • FileSystem: A utility to interact with the Filesystem.
  • File: A utility to work with files.
  • Path: A utility for working with paths.

Tests

To run the tests, use the following command with NPM

npm run test

with Yarn

yarn test