UNPKG
nice-napi
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
nice(2) bindings for Node.js
github.com/addaleax/nice-napi
addaleax/nice-napi
nice-napi
/
README.md
9 lines
(6 loc)
•
214 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
# 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. ```js const
nice
= require(
'nice-napi'
);
nice
(5); // Increase niceness by 5. ```