Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tapper-app/tapper-core
Base Code for Tapper Project Built with Typescript, ADB - Cli Source Code
https://github.com/tapper-app/tapper-core
adb adb-android adb-client adb-command adb-commands adb-kit adb-logcat adb-shell android-cli android-command android-debug-bridge android-development android-toolkit android-tools cli
Last synced: 20 days ago
JSON representation
Base Code for Tapper Project Built with Typescript, ADB - Cli Source Code
- Host: GitHub
- URL: https://github.com/tapper-app/tapper-core
- Owner: tapper-app
- License: mit
- Created: 2024-01-04T00:31:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-28T18:33:30.000Z (11 months ago)
- Last Synced: 2024-10-16T16:16:42.823Z (2 months ago)
- Topics: adb, adb-android, adb-client, adb-command, adb-commands, adb-kit, adb-logcat, adb-shell, android-cli, android-command, android-debug-bridge, android-development, android-toolkit, android-tools, cli
- Language: TypeScript
- Homepage: https://www.tapperapp.com
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tapper Cli
Tapper Cli is the Base Code for Tapper Desktop Applications
Here you can find the ADB Commands Logic![](https://github.com/tapper-app/assets/blob/main/Cli.png?raw=true)
![](https://github.com/tapper-app/assets/blob/main/Cli%20Options.png?raw=true)> Npm Repository Link: [Here](https://www.npmjs.com/package/tapper-core)
# Installation
```bash
npm i -g tapper-core
```Now To Run the Cli
```bash
npx tapper
```# Development Commands
Link and unlink Command
```
npm run cli-link
``````
Unlock Permission: chmod +x dist/index.js
``````
Run: tapper
``````
Validate Changes: npm run validate
``````agsl
Validate and Run Directly: npm run run-dev
```