0.0.2 • Published 5 years ago

yaf-userstorage v0.0.2

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 years ago

Yet Another F@#%ing UserStorage

A simple UserStorage for NodeJS-Projects. Currently only for macOS, but can be easily expanded.

Getting started

const {UserStorages} = require('yaf-userstorage')
const us = new UserStorages('NameOfYourApplication')
const storeSettings = us.create("Settings")
storeSettings.data.asdf = "test"
storeSettings.save()
0.0.2

5 years ago

0.0.1

5 years ago