Berkolaborasi lebih baik selama pengembangan seluler, untuk simulator iOS & TVOS dan emulator dan perangkat Android. Bagikan tangkapan layar, rekaman layar sebagai video atau gif. Gunakan dengan https://www.tape.sh/ atau bawa ember Anda sendiri!
brew install edamameldn/tap/tape-cliatau
npm install -g tape-cli$ npm install -g tape-cli
$ tape COMMAND
running command...
$ tape (-v | --version | version)
tape-cli/0.14.0 darwin-x64 node-v14.0.0
$ tape --help [COMMAND]
USAGE
$ tape COMMAND
...tape config [NAME]tape devicestape frame [INPUTFILE]tape giftape help [COMMAND]tape imagetape logintape upgradetape videotape config [NAME]Konfigurasi
USAGE
$ tape config [NAME]
OPTIONS
-h, --help show CLI help
-s, --setup
--check
--login
EXAMPLE
$ tape config
Lihat Kode: SRC/Commands/Config.ts
tape devicesDaftar perangkat
USAGE
$ tape devices
OPTIONS
-c, --clear
-h, --help show CLI help
ALIASES
$ tape device
$ tape emu
$ tape sims
EXAMPLE
$ tape devices
Lihat Kode: SRC/Commands/Devices.ts
tape frame [INPUTFILE]Bungkus tangkapan layar atau video yang ada dalam bingkai perangkat (jika tersedia) dan unggah ke tape.sh
USAGE
$ tape frame [INPUTFILE]
OPTIONS
-d, --debug
-h, --help show CLI help
-l, --local=~/Documents
--format=md|href|html|url
--frame Select which frame to use, if there are multiple=frame
--hq
--nocopy Disable copying to clipboard
--noframe Disable device frames
--selectframe Select which frame to use, if there are multiple
ALIASES
$ tape frame
$ tape wrap
$ tape upload
Lihat Kode: SRC/Commands/Frame.ts
tape gifRekam simulator iOS dan perangkat/emulator android dan output file GIF
USAGE
$ tape gif
OPTIONS
-d, --debug
-h, --help show CLI help
-l, --local=~/Documents
--format=md|href|html|url
--frame Select which frame to use, if there are multiple=frame
--hq
--nocopy Disable copying to clipboard
--noframe Disable device frames
--selectframe Select which frame to use, if there are multiple
ALIASES
$ tape gif
$ tape g
EXAMPLE
$ tape gif [--local $OUTPUTPATH]
? Recording started. Press SPACE to save or ESC to abort.
Lihat Kode: SRC/Commands/Gif.ts
tape help [COMMAND]Tampilkan Bantuan untuk Pita
USAGE
$ tape help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
Lihat kode: @oclif/plugin-help
tape imageAmbil tangkapan layar perangkat iOS/Android/simulator
USAGE
$ tape image
OPTIONS
-d, --debug
-h, --help show CLI help
-l, --local=~/Documents
--format=md|href|html|url
--frame Select which frame to use, if there are multiple=frame
--nocopy Disable copying to clipboard
--noframe Disable device frames
--selectframe Select which frame to use, if there are multiple
ALIASES
$ tape i
$ tape screenshot
$ tape img
EXAMPLE
$ tape image
? Screenshot uploaded. Copied URL to clipboard ? ! ->
https://example.com/image.png
Lihat Kode: SRC/Commands/Image.ts
tape loginMasuk ke tape.sh
USAGE
$ tape login
ALIASES
$ tape auth
$ tape authorize
EXAMPLE
$ tape login
Lihat Kode: SRC/Commands/Login.ts
tape upgradeMembuka tautan langsung untuk meningkatkan tape.sh Plan Anda
USAGE
$ tape upgrade
OPTIONS
-h, --help show CLI help
-p, --plan=Pro Plan name to upgrade to
Lihat Kode: SRC/Commands/Upgrade.ts
tape videoRekam iOS/perangkat Android/simulator
USAGE
$ tape video
OPTIONS
-d, --debug
-g, --gif
-h, --help show CLI help
-l, --local=~/Documents
--format=md|href|html|url
--frame Select which frame to use, if there are multiple=frame
--hq
--nocopy Disable copying to clipboard
--noframe Disable device frames
--selectframe Select which frame to use, if there are multiple
ALIASES
$ tape video
$ tape vid
$ tape m
EXAMPLE
$ tape video [--hq | --gif | --local $OUTPUTPATH]
? Recording started. Press SPACE to save or ESC to abort.
Lihat Kode: SRC/Commands/Video.ts
Lisensi MIT, Baca lebih lanjut di sini
oleh Edamame Studio