1.0.11 • Published 2 years ago

@swindle/os v1.0.11

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

Swindle OS

Utilities for working with the operating system and runtime.

Note: This package is still experimental and still subject to breaking changes.

Installation

To install Swindle OS with NPM,

npm install @swindle/os

With yarn,

yarn add @swindle/os

Usage

Swindle OS provides a variety of Utility classes

  • Process: A utility class to work with the current process.

Tests

To run the tests, use the following command with NPM

npm run test

with Yarn

yarn test