Giter Site home page Giter Site logo

dheia / acode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deadlyjack/acode

0.0 0.0 0.0 22.67 MB

Acode - powerful text/code editor for android

Home Page: https://acode.foxdebug.com

License: MIT License

Shell 0.11% JavaScript 81.13% Java 8.58% CSS 3.72% HTML 0.27% Handlebars 1.52% SCSS 4.67%

acode's Introduction

Acode editor (Code editor for android)

Acode is a lightweight but powerful code editor for Android phones. You can use this editor for editing HTML, CSS, JavaScript, text files etc.

You can create a website, run the website in the browser and see errors or logs in the console. Also edit any kind of source file like python, CSS, HTML, Java, JavaScript, Dart, etc.

Get it on Google Play

Project structure

Acode/
|
|- src/   - contains all the raw code
|
|- www/   - contains public documents, built JavaScript and CSS files, language files, and HTML files
|
|- utils/ - contains the CLI tools for building the package, manipulating/adding strings to all languages etc.

Multi-language support

To add new language, create a new file with language code for android (eg. en-us for english) in src/lang/ directory. After adding new laguage also add it to src/lib/lang.js.

Here are few utility tools to add, remove or search a string in all added languages.

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

How to build

To build the APK you need Nodejs, NPM, and Apache Cordova installed on your device. Use Cordova CLI to build the application.

Run this command to do the initial setup of the project. It's required just once.

yarn setup

Build the project

yarn build <platform (android)> <free|paid> <p|prod|d|dev>

Develop plugin for Acode

Please see this repository for documentation.

acode's People

Contributors

antikruk avatar bandroid avatar bestlibre avatar biraj21 avatar blackeangel avatar bluewhaleyt avatar codebysumit avatar darkcat09 avatar deadlyjack avatar deepkrg17 avatar diht2016 avatar euxcbsks avatar fj68 avatar labi-le avatar launchlee avatar lifansama avatar micha-he avatar nicesapien avatar nigdajznikec avatar paontv avatar rextafa avatar rickym7 avatar shafayetahmad avatar sky-min avatar stef-00012 avatar tfuxu avatar theeveningracer avatar ttempaa avatar tysonos avatar xxacrvxx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.