1.1.0 • Published 6 years ago

electron-storage-promised v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

electron-storage-promised

Simple package to manage the configuration of your electron app using ES6 promises

Install

Install with npm

$ npm i electron-storage-promised --save

Usage

// ES6
import storage from 'electron-storage-promised';

// Node.js
var storage = require('electron-storage-promised');

See API Documentation for more details.

Test

Clone this repository

$ git clone https://github.com/gcayetano/electron-storage-promised.git

Go to cloned repository

$ cd electron-storage-promised

Run test

$ npm test

This command will open a tool (made with electron) where you can test all methods included in this project.

:star: Support

If you are using and enjoying my work, maybe you could buy me a beer :beer: or a coffee :coffee:

Please click here to donate via PayPal generosity motivates me to keep working on this.

Author

Gabriel Cayetano (gcayetano)

License

Copyright © 2018 gcayetano Licensed under the MIT license.