nice(2) bindings for Node.js
npm install nice-napi
https://linux.die.net/man/2/nice as a JS function. That’s it, that’s the module.
``jsconst nice = require('nice-napi');nice(5); // Increase niceness by 5.``
jsconst nice = require('nice-napi');nice(5); // Increase niceness by 5.