0.3.0 ⢠Published 4 years ago
osinfo-j v0.3.0
Simple OS info - Demo module
š Homepage
This project based on the Yarn Course.
Install
    yarn add osinfo-jUsage
Get system info object:
    osinfo.infoLog basic system info to console:
    osinfo.log()Example:
    // Require
    const osinfo = require('osinfo-j')
    // Get system info object
    console.log( osinfo.info )
    // Log basic system info
    osinfo.log()Author
š¤ JUNIgroup incubator@junigroup.de
š License
Copyright Ā© 2022 JUNIgroup <incubator@junigroup.de>. This project is MIT licensed.
This README was generated with ā¤ļø by readme-md-generator