nice-napi

nice(2) bindings for Node.js

MIT 3 个版本
安装
npm install nice-napi
yarn add nice-napi
pnpm add nice-napi
bun add nice-napi
README

nice-napi – nice(2) bindings for Node.js

https://linux.die.net/man/2/nice as a JS function. That’s it, that’s the module.

const nice = require('nice-napi');
nice(5);  // Increase niceness by 5.
版本列表
1.0.2 2020-05-22
1.0.1 2020-05-22
1.0.0 2020-05-22