Elektra  0.8.22
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

`` <h1>Mount template plugin to cascading namespace/examples/template` sudo kdb mount config.file /examples/template template

kdb set /examples/template/key value #> Using name user/examples/template/key #> Create a new key user/examples/template/key with string "value"

kdb get /examples/template/key #> value

Undo modifications to the key database

kdb rm -r /examples/template sudo kdb umount /examples/template ```

Limitations

None.