Skip to content

gcayetano/electron-storage-promised

Repository files navigation

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.

⭐ Support

If you are using and enjoying my work, maybe you could buy me a beer 🍺 or a 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.


About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published