Colabore melhor durante o desenvolvimento móvel, para simuladores de iOS e TVOS e emuladores e dispositivos Android. Compartilhe capturas de tela, gravações de tela como vídeo ou GIFs. Use com https://www.tape.sh/ ou traga seu próprio balde!
brew install edamameldn/tap/tape-cliou
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]Configuração
USAGE
$ tape config [NAME]
OPTIONS
-h, --help show CLI help
-s, --setup
--check
--login
EXAMPLE
$ tape config
Consulte Código: SRC/Commands/Config.ts
tape devicesListos de dispositivos
USAGE
$ tape devices
OPTIONS
-c, --clear
-h, --help show CLI help
ALIASES
$ tape device
$ tape emu
$ tape sims
EXAMPLE
$ tape devices
Consulte Código: SRC/Commands/Devices.ts
tape frame [INPUTFILE]Enrole uma captura de tela ou vídeo existente em um quadro de dispositivo (se disponível) e faça o upload para 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
Consulte Código: SRC/Commands/Frame.ts
tape gifRegistre simuladores iOS e dispositivos/emuladores Android e produzam um arquivo 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.
Consulte Código: SRC/Commands/gif.ts
tape help [COMMAND]exibir ajuda para fita
USAGE
$ tape help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
Consulte Código: @oclif/plugin-help
tape imageTire capturas de tela de dispositivos/simuladores iOS/Android
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
Consulte Código: SRC/Commands/Image.ts
tape loginFaça login no Tape.sh
USAGE
$ tape login
ALIASES
$ tape auth
$ tape authorize
EXAMPLE
$ tape login
Consulte Código: SRC/Commands/Login.ts
tape upgradeAbre um link direto para atualizar sua fita.sh
USAGE
$ tape upgrade
OPTIONS
-h, --help show CLI help
-p, --plan=Pro Plan name to upgrade to
Consulte Código: SRC/Commands/Upgrade.ts
tape videoRegistre dispositivos/simuladores iOS/Android
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.
Consulte Código: SRC/Commands/Video.ts
MIT Licença, leia mais aqui
Por Edamame Studio