current-os
v1.1.0
Published
Check the type of current OS 🧐 ..
Downloads
1,675
Maintainers
Readme
Current-OS ✔️
Check the type of current OS 🧐 ..
Installation
# npm ..
$ npm install current-os
# yarn ..
$ yarn add current-os
Usage
The method of use is simple and very easy .. Just follow these steps :
var currentOS = require ('current-os');
// if you are using Windows OS :
console.log(currentOS.isWindows); // ==> true
console.log(currentOS.isOSX); // ==> false
console.log(currentOS.isLinux); // ==> false
// if you are using OSX (Mac OS) :
console.log(currentOS.isWindows); // ==> false
console.log(currentOS.isOSX); // ==> true
console.log(currentOS.isLinux); // ==> false
// if you are using Linux :
console.log(currentOS.isWindows); // ==> false
console.log(currentOS.isOSX); // ==> false
console.log(currentOS.isLinux); // ==> true
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!