os-monitor
Version:
simple OS monitoring for Node.js
8 lines (4 loc) • 502 B
Markdown
## How to contribute to os-monitor
* Acceptable contributions include: backwards compatible bug fixes, code refactoring and performance improvements. Unless they are REALLY good, new features and breaking changes will not be accepted.
* Use the same coding style as the rest of the [codebase](https://github.com/lfortin/node-os-monitor/blob/master/os-monitor.ts).
* Before sending a pull request, be sure to build `os-monitor.js` and run the tests against your changes: `npm run build && npm test`.