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

Template for developing Acode Plugins (for Android Devices)

Notifications You must be signed in to change notification settings

bajrangCoder/acode-plugin-template

Repository files navigation

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

About

Template for developing Acode Plugins (for Android Devices)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published