0.0.2 • Published 5 years ago

@kbco/system-process v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

System Processes

A little library to give you programatic access to get information about system processes..

How to use

2 ways to use. If (for whatever reason) you're using Fringe, you should be able to require the file via require('@kbco/system-process/fringe')

Or if you want to use it at your own leasure (recommended)

const SystemProcesses = require('@kbco/system-process');

console.log(await SystemProcesses.getServices());