Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/a7ul/androidmanager

A complete File Manager cum extra utilities for Andorid on Mac
https://github.com/a7ul/androidmanager

adb android electron experiment gui work-in-progress

Last synced: 7 days ago
JSON representation

A complete File Manager cum extra utilities for Andorid on Mac

Awesome Lists containing this project

README

        

# Android Manager
An electron application for managing android

Features:
---------

1.Has Live reload

2.Packaging for Windows and Mac

3.React/Redux ready

4.No need to install android/ADB drivers

Steps:
------
1. npm install

2. npm start

npm scripts:
============

```json
"build": "runs the app in electron after webpack bundling",
"build-web": "runs the app in browser after webpack bundling",
"start": "runs the app in dev mode and in electron with hot reload using localhost:8080 of webpack-dev-server",
"start-web": "runs the app in dev mode and in browser with hot reload",
"package-win": "bundles app in production mode and builds win app with all code bundled",
"package-darwin": "bundles app in production mode and builds mac app with all code bundled"
```
=======