# @genx/sys

Gen-X operating system related utility library for nodejs.

## Installation

```sh
npm install @genx/sys
```

## Usage

```js
import { fs, glob, cmd } from '@genx/sys';
```

## API Document

[Check GitHub page](https://genx-tech.github.io/gx-sys)

## License

MIT
