Note: Official Acode plugin template returns many errors. This template is fully updated for termux.
For typescript version of this template check out this: https://github.com/bajrangCoder/acode-plugin-template/tree/main-ts
For Detailed Documentation -> https://acode.foxdebug.com/plugin-docs
==And the community documentation== ==https://acode-plugin-docs.vercel.app/docs/getting-started/create-plugin==
Official Template: https://github.com/deadlyjack/acode-plugin
Clone this repo
git clone --depth 1 https://github.com/bajrangCoder/acode-plugin-template.gitEnter in the cloned repo
cd acode-plugin-templateInstall node packages
npm installFor starting dev server
npm run devFor running production
npm run build:releaseNote: Dev server works as a automatic esbuild compiler