https://github.com/bajrangcoder/acode-plugin-template
Template for developing Acode Plugins (for Android Devices)
https://github.com/bajrangcoder/acode-plugin-template
Last synced: 11 months ago
JSON representation
Template for developing Acode Plugins (for Android Devices)
- Host: GitHub
- URL: https://github.com/bajrangcoder/acode-plugin-template
- Owner: bajrangCoder
- Archived: true
- Created: 2022-12-09T07:10:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T22:40:13.000Z (over 1 year ago)
- Last Synced: 2025-02-19T17:18:23.822Z (about 1 year ago)
- Language: JavaScript
- Size: 1.61 MB
- Stars: 19
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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
```bash
git clone --depth 1 https://github.com/bajrangCoder/acode-plugin-template.git
```
Enter in the cloned repo
```bash
cd acode-plugin-template
```
Install node packages
```bash
npm install
```
For starting dev server
```bash
npm run dev
```
For running production
```bash
npm run build:release
```
**Note:** Dev server works as a automatic esbuild compiler