๐Ÿ’ฟInstallation

Installing PowerJS is the easiest step in the whole guide.

PowerJS currently works only with ES6 modules, so you need to ensure that you package.json type is module.

package.json
{
...
"type": "module"
...
}

From Github

Installing from GitHub ensures getting latest features and changes, that's why it's recommended!

npm i obaydmerz/powerjs

From NPM

Else, installing from NPM ensures stability, but sometimes there are some new features that can you miss!

npm i @obayd/powerjs

Platform

PowerJS can run on every node engine that supports child_process and on every platform that has PowerShell installed on it.

Dependencies

Currently, PowerJS doesn't have any dependencies that you can worry about.

Binaries

Currently, PowerJS doesn't have any dependencies that you can worry about.

Last updated