/tapper-core

Base Code for Tapper Project Built with Typescript, ADB - Cli Source Code

Primary LanguageTypeScriptMIT LicenseMIT

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