0.0.1-beta.6 • Published 1 year ago

json-configure v0.0.1-beta.6

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

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