1.0.1 • Published 6 years ago
pc-checker v1.0.1
pc-checker example
A simple pc-checker to help you get information about your pc
Installation
Install via NPM:
npm install pc-checkerUsage
javascript
var sys = require("pc-checker");
console.log(sys.checkSystem()); // print and return all info about your system in an objectTypeScript
import * as sys from 'pc-checker';
console.log(sys.checkSystem()); //print and return all info about your system in an objectLicense
This project is licensed under the terms of the MIT license.