Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi 6 years ago
..
LICENSE cefd1c2ad0 updated sys and created publi 6 years ago
README.md cefd1c2ad0 updated sys and created publi 6 years ago
index.js cefd1c2ad0 updated sys and created publi 6 years ago
package.json cefd1c2ad0 updated sys and created publi 6 years ago

README.md

is-windows NPM version NPM monthly downloads NPM total downloads Linux Build Status

Returns true if the platform is windows.

Install

Install with npm:

$ npm install --save is-windows

Heads up!

As of v0.2.0 this module always returns a function.

Usage

var isWindows = require('is-windows');

isWindows();
//=> returns true if the platform is windows

About

Related projects

  • is-absolute: Polyfill for node.js path.isAbolute. Returns true if a file path is absolute. | homepage
  • is-glob: Returns true if the given string looks like a glob pattern or an extglob pattern… more | homepage
  • is-relative: Returns true if the path appears to be relative. | homepage
  • isobject: Returns true if the value is an object and not an array or null. | homepage
  • window-size: Reliable way to to get the height and width of the terminal/console in a node.js… more | homepage

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Contributors

| Commits | Contributor | | --- | --- | | 11 | jonschlinkert | | 1 | SimenB | | 1 | gucong3000 |

Building docs

(This project's readme.md is generated by verb, please don't edit the readme directly. Any changes to the readme must be made in the .verb.md readme template.)

To generate the readme, run the following command:

$ npm install -g verbose/verb#dev verb-generate-readme && verb

Running tests

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

$ npm install && npm test

Author

Jon Schlinkert

License

Copyright © 2017, Jon Schlinkert. Released under the MIT License.


This file was generated by verb-generate-readme, v0.4.3, on April 28, 2017.