@naira0/jstore
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

jstore

A blazing fast formatted text storage library.

Install

npm install @naira0/jstore

sadly jstore was taken so i had to add my username to it.

Usage & format

Disclaimer: this is not a database.

For more info check out the wiki

Usage:

const Jstore = require('@naira0/jstore');
const jstore = new Jstore('data');

jstore.set('settings', 'fullscreen', true);
const fullscreen = jstore.get('settings', 'fullscreen');

console.log(fullscreen); // Output: True

jstore file output

[settings]
fullscreen = true

Readme

Keywords

Package Sidebar

Install

npm i @naira0/jstore

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

20.9 kB

Total Files

9

Last publish

Collaborators

  • naira0