# nice-napi **Repository Path**: mirrors_addaleax/nice-napi ## Basic Information - **Project Name**: nice-napi - **Description**: nice(2) bindings for Node.js - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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. ```js const nice = require('nice-napi'); nice(5); // Increase niceness by 5. ```