Elektra  0.9.5
Plugin: template

Copy this template if you want to start a new plugin written in C.

You can use scripts/copy-template to automatically rename everything to your plugin name:

cd src/plugins
../../scripts/copy-template yourplugin

Then update the README.md of your newly created plugin:

None.

# Backup-and-Restore: user:/tests/template
kdb set user:/tests/template/key value
#> Create a new key user:/tests/template/key with string "value"
kdb get /tests/template/key
#> value

None.