0.3.0 ā€¢ Published 2 years ago

osinfo-j v0.3.0

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

Simple OS info - Demo module

šŸ  Homepage

This project based on the Yarn Course.

Install

    yarn add osinfo-j

Usage

Get system info object:

    osinfo.info

Log 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