Package Exports
- @kernel-js/storage
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kernel-js/storage) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@kernel-js/storage
Util functions and classes
- Single implementation for Cookies, LocalStorage and SessionStorage
Inspirations
The main inspiration on my work is PHP Laravel Framework which I love because of its simplicity and beauty of code.
Why
First of all I created this to support development of Kernel Framework.
Just like the rest of the packages that make up the framework, I make the most of other existing libraries that are well
tested on a day-to-day basis. The idea is not to reinvent the wheel, just join the ideas in a lightweight framework
(the focus is on the client side), simple to use and make the code on the front more beautiful and organized.
Install
npm install @kernel-js/storage
How to use
WIP
Authors
This library was developed by
- Gustavo Siqueira
- Carlos Henrique Escouto
- Bruno Santos
Contribute
Please do! Check out our Contributing guidelines.
License
MIT © 2018-2018 Brid-IT