Skip to content

zwkang-dev/json-configure

Repository files navigation

json-configure

description:

sync use config file

Features

  • long cache file
  • sync write/read.

Try it now

import { Configure } from 'json-configure';

const config = new Configure();

config.write('name', 'zwkang');

console.log(jsonConfigure.read('name'));
// zwkang


jsonConfigure.clear // remove save file
jsonConfigure.clearCache // remove cache

LICENSE

MIT License © 2022 zwkang

About

a simple json configure like configstore ...

Resources

License

Stars

Watchers

Forks

Packages

No packages published