Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 677 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 677 Bytes

Tapper Cli

Tapper Cli is the Base Code for Tapper Desktop Applications Here you can find the ADB Commands Logic

Npm Repository Link: Here

Installation

npm i -g tapper-core

Now To Run the Cli

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
Validate and Run Directly: npm run run-dev