An open API service indexing awesome lists of open source software.

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)

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