https://github.com/parro-it/p-electron
Promise friendly electron API
https://github.com/parro-it/p-electron
Last synced: 7 months ago
JSON representation
Promise friendly electron API
- Host: GitHub
- URL: https://github.com/parro-it/p-electron
- Owner: parro-it
- License: mit
- Created: 2017-05-11T20:51:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T21:30:09.000Z (over 8 years ago)
- Last Synced: 2024-09-05T14:35:51.060Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# p-electron
> Promise friendly electron API
background details relevant to understanding what this module does
## Usage
description of the example
```js
const pElectron = require('p-electron');
console.log({pElectron});
```
This will output
```
```
[](http://travis-ci.org/parro-it/p-electron)
[](https://npmjs.org/package/p-electron)
## API
```js
const pElectron = (): object
```
description of the function signature
## Install
With [npm](https://npmjs.org/) installed, run
```
$ npm install p-electron
```
## See Also
- [`noffle/common-readme`](https://github.com/noffle/common-readme)
## License
MIT