huanggang 03a863fb53 add node_modules 7 years ago
..
LICENSE 03a863fb53 add node_modules 7 years ago
README.md 03a863fb53 add node_modules 7 years ago
index.js 03a863fb53 add node_modules 7 years ago
package.json 03a863fb53 add node_modules 7 years ago

README.md

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

Returns true if the platform is windwows.

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
| | --- | --- | | 8 | jonschlinkert | | 1 | gucong3000 |

Building docs

(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)

To generate the readme and API documentation with verb:

$ npm install -g verb verb-generate-readme && verb

Running tests

Install dev dependencies:

$ npm install -d && npm test

Author

Jon Schlinkert

License

Copyright © 2016, Jon Schlinkert. Released under the MIT license.


This file was generated by verb-generate-readme, v0.2.0, on December 08, 2016.