keet-prefs

1.0.3 • Public • Published

keet-prefs

Keet Preferences library

npm install keet-prefs

API

Atomic single-JSON-file-backed key-value store.

import prefs from 'keet-prefs'

Automigrates Production Keet preferences.json to keet-prefs app-storage based preferences.json.

await prefs.get(key)

Gets a value by key

await prefs.set(key, value)

Sets a value by key

await prefs.clear(key, value)

Clears all keys

LICENSE

Apache-2.0

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i keet-prefs

Weekly Downloads

0

Version

1.0.3

License

Apache-2.0

Unpacked Size

17.4 kB

Total Files

7

Last publish

Collaborators

  • davidmarkclements