Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam-lynch/nwjs-builtins
A list of NW.js built-ins. E.g. nw.gui, etc.
https://github.com/adam-lynch/nwjs-builtins
Last synced: 13 days ago
JSON representation
A list of NW.js built-ins. E.g. nw.gui, etc.
- Host: GitHub
- URL: https://github.com/adam-lynch/nwjs-builtins
- Owner: adam-lynch
- License: mit
- Created: 2015-05-23T00:06:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T11:50:13.000Z (over 8 years ago)
- Last Synced: 2024-12-01T16:34:20.303Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://www.adamlynch.com
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nwjs-builtins
===[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Windows Build Status][appveyor-image]][appveyor-url] [![Dependency Status][depstat-image]][depstat-url]
---
A list of [NW.js](https://github.com/nwjs/nw.js) built-ins. E.g. nw.gui, etc.
### Installation
```shell
npm install --save nwjs-builtins
```### Usage
```JavaScript
var builtins = require('nwjs-builtins');
console.log(builtins);
// [..., 'nw.gui', ...]
```[npm-url]: https://npmjs.org/package/nwjs-builtins
[npm-image]: http://img.shields.io/npm/v/nwjs-builtins.svg?style=flat[travis-url]: http://travis-ci.org/adam-lynch/nwjs-builtins
[travis-image]: http://img.shields.io/travis/adam-lynch/nwjs-builtins.svg?style=flat[appveyor-url]: https://ci.appveyor.com/project/adam-lynch/nwjs-builtins/branch/master
[appveyor-image]: https://ci.appveyor.com/api/projects/status/9hv1ts9fm2g8d6rj/branch/master?svg=true[depstat-url]: https://david-dm.org/adam-lynch/nwjs-builtins
[depstat-image]: https://david-dm.org/adam-lynch/nwjs-builtins.svg?style=flat