Ecosyste.ms: Awesome
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: about 15 hours ago
JSON representation
Template for developing Acode Plugins (for Android Devices)
- Host: GitHub
- URL: https://github.com/bajrangcoder/acode-plugin-template
- Owner: bajrangCoder
- Created: 2022-12-09T07:10:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T15:53:08.000Z (about 1 year ago)
- Last Synced: 2023-10-26T16:54:09.276Z (about 1 year ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# AcodePlugin
> 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
Official Template: https://github.com/deadlyjack/acode-plugin
## Use
Clone this repo
```
https://github.com/bajrangCoder/acode-plugin-template.git
```
Enter in the clonned repo
```
cd acode-plugin-template
```
Install node packages
```
npm install
```
For starting dev server
```
npm run start-dev
```**Note:** Dev server works as a automatic webpack compiler