Home

Awesome

Acode - Code Editor for Android

<p align="center"> <img src='res/logo_1.png' width='250'> </p>

• Overview

Welcome to Acode Editor - a powerful and versatile code editing tool designed specifically for Android devices. Whether you're working on HTML, CSS, JavaScript, or other programming languages, Acode empowers you to code on-the-go with confidence.

• Features

• Installation

You can get Acode Editor from popular platforms:

<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="60"> <img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="60"/>

• Project Structure

<pre> Acode/ | |- src/ - Core code and language files | |- www/ - Public documents, compiled files, and HTML templates | |- utils/ - CLI tools for building, string manipulation, and more </pre>

• Multi-language Support

Enhance Acode's capabilities by adding new languages easily. Just create a file with the language code (e.g., en-us for English) in src/lang/ and include it in src/lib/lang.js. Manage strings across languages effortlessly using utility commands:

yarn lang add
yarn lang remove
yarn lang search
yarn lang update

• Building the Application

To build the APK, ensure you have Node.js, NPM, and Apache Cordova installed on your device. Use Cordova CLI to build the application.

  1. Initial setup (required only once):
yarn setup
  1. Build the project:
yarn build <platform (android)> <free|paid> <p|prod|d|dev>

• Contributing

Acode Editor is an open-source project, and we welcome contributions from the community. To contribute, follow these steps:

  1. Fork the repository.
  2. Make your changes and commit them.
  3. Push your changes to your fork.
  4. Create a pull request and Wait for review.

Please ensure that your code is clean, well-formatted, and follows the project's coding standards. Acode uses Biomejs for formatting and linting. You can use following commands to lints/format your code locally:

yarn lint # for linting
yarn format # for formatting
yarn spellcheck # for spellchecking

Also, ensure that your code is well-documented and includes comments where necessary.

[!Note] You can use any package manager like npm or yarn or pnpm or bun. You can use your editor specific Biomejs plugin for auto-formatting and linting based on Acode's configs.

• Developing a Plugin for Acode

For comprehensive documentation on creating plugins for Acode Editor, visit the repository.

For plugin development information, refer to: Acode Plugin Documentation

💙 Happy coding!

Star History

<a href="https://star-history.com/#deadlyjack/Acode&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=deadlyjack/Acode&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=deadlyjack/Acode&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=deadlyjack/Acode&type=Date" /> </picture> </a>