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: 10 months ago
JSON representation
A complete File Manager cum extra utilities for Andorid on Mac
- Host: GitHub
- URL: https://github.com/a7ul/androidmanager
- Owner: a7ul
- License: cc0-1.0
- Created: 2017-01-09T04:51:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T06:10:42.000Z (almost 9 years ago)
- Last Synced: 2025-01-09T08:46:05.385Z (12 months ago)
- Topics: adb, android, electron, experiment, gui, work-in-progress
- Language: JavaScript
- Size: 1.3 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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"
```
=======