Skip to content

projesc/esc-kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESC Key value store

This is a plugin for ESC that addes a sync key value store.

Usage

Download from release page and drop the file on ESC configured folder, it will load the plugin.

It will make availabe for the lua scripts:

set("foo","bar")
log("Foo "..get("foo"))
log("Fuz "..get("fuz"))

License

MIT

About

Key value synced store for ESC

Resources

Stars

Watchers

Forks

Packages

No packages published