nice-napi
nice(2) bindings for Node.js
Last updated 5 years ago by addaleax .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install nice-napi 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 1.0.2                                ...           latest (5 years ago)

3 Versions

  • 1.0.2                                ...           5 years ago
  • 1.0.1                                ...           5 years ago
  • 1.0.0                                ...           5 years ago
Maintainers (1)
Downloads
Today 1
This Week 1
This Month 1
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |