NOT READY - NEEDS RENAMING IN TEMPLATES
This repository is meant to be used as a starting point for Dactl plugins.
npm install -g degit
degit coanda/dactl-plugin
meson _build
sudo ninja -C _build install
In the copied repository you can use the following command to replace strings in files without corrupting the git directory.
git grep -l 'plugin_template' | xargs sed -i 's/plugin_template/new_name/g'