Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

yaf-userstorage

sjsone10ISC0.0.2TypeScript support: included

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

storage, application, storage

readme

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()