Elektra  0.8.23
Plugin: template

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

Usage

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:

Dependencies

None.

Examples

1 # Backup-and-Restore: user/examples/template
2 
3 kdb set user/examples/template/key value
4 #> Create a new key user/examples/template/key with string "value"
5 
6 kdb get /examples/template/key
7 #> value

Limitations

None.