Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```