Skip to content
This repository was archived by the owner on Dec 7, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (29 loc) · 904 Bytes

File metadata and controls

40 lines (29 loc) · 904 Bytes

Acode Plugin template

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

How to use it

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