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.git
Enter in the cloned repo
cd acode-plugin-template
Install node packages
npm install
For starting dev server
npm run dev
For running production
npm run build:release
Note: Dev server works as a automatic esbuild compiler