1.0.8 • Published 4 years ago
@swindle/filesystem v1.0.8
Swindle FileSystem
Swindle FileSystem provides filesystem access utilities.
Installation
To install Swindle FileSystem with NPM,
npm install @swindle/filesystemWith yarn,
yarn add @swindle/filesystemUsage
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 testwith Yarn
yarn test