Plugins
Extend the functionality of your applications using Epic API plugins.
Add Plugin:
# Execute the built-in Deno task
deno task add:plugin --source=git -n your-plugin-nameRemove Plugin:
# Execute the built-in Deno task
deno task remove:plugin --source=git -n your-plugin-nameUpdate Plugin:
# Execute the built-in Deno task
deno task update:plugin --source=git -n your-plugin-nameHow to create a plugin?
Last updated