1.1.3 • Published 17 days ago

@kitmi/sys v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
17 days ago

@kitmi/sys

JavaScript Local System Utilities

@kitmi/sys is a small collection of utility functions designed to interact with the local system using JavaScript. It is designed to work with node.js/bun.sh.

Features

  • cmd helpers: run_, runLive_, runSync
  • require from specified location and throw friendly error: tryRequire
  • fs utils: isDir, isDirEmpty, fs from fs-extra
  • reboot: reboot
  • eval: interpolate, evaluate

Installation

To install @kitmi/sys, run the following command:

bun install @kitmi/sys

Or if you're using npm:

npm install @kitmi/sys

License

  • MIT
  • Copyright (c) 2023 KITMI PTY LTD
1.1.1

17 days ago

1.1.0

17 days ago

1.1.3

17 days ago

1.1.2

17 days ago

1.0.0

5 months ago