1.0.0 • Published 3 years ago

myosis v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

myOSis

displays what operating system you are using

introduction

myOSis is a module that I created to find out what operating system you are using

intallation

before using this module must be installed first, with below command

npm install --global myOSis

note --global flag to install globally

usage

Example for usage

test.js

const myOSis = require("./index.js");

// return your operating system
console.log(myOSis());

// return false if not same with your operating system
console.log(myOSis("linux"));