|
Elektra
0.8.22
|
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:
infos/authorstatus, placements, and other clauses conform to descriptions in doc/CONTRACT.inisrc/plugins/README.mdREADME.md to give a great explanation of what your plugin doesNone.
`` <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
kdb rm -r /examples/template sudo kdb umount /examples/template ```
None.
1.8.13