Arbeiten Sie besser während der mobilen Entwicklung, für iOS- und TVOS -Simulatoren sowie Android -Emulatoren und -geräte. Teilen Sie Screenshots, Bildschirmaufnahmen als Video oder GIFs. Verwenden Sie mit https://www.tape.sh/ oder bringen Sie Ihren eigenen Eimer mit!
brew install edamameldn/tap/tape-clioder
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]Konfiguration
USAGE
$ tape config [NAME]
OPTIONS
-h, --help show CLI help
-s, --setup
--check
--login
EXAMPLE
$ tape config
Siehe Code: SRC/Befehle/config.ts
tape devicesListen Sie Geräte auf
USAGE
$ tape devices
OPTIONS
-c, --clear
-h, --help show CLI help
ALIASES
$ tape device
$ tape emu
$ tape sims
EXAMPLE
$ tape devices
Siehe Code: src/commands/devices.ts
tape frame [INPUTFILE]Wickeln Sie einen vorhandenen Screenshot oder Video in einen Geräterahmen (falls verfügbar) und laden Sie auf Band hoch.
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
Siehe Code: SRC/Befehle/Frame.ts
tape gifZeichnen Sie iOS -Simulatoren und Android -Geräte/Emulatoren auf und geben Sie eine GIF -Datei aus
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.
Siehe Code: SRC/Commands/Gif.ts
tape help [COMMAND]Help für Klebeband anzeigen
USAGE
$ tape help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
Siehe Code: @Oclif/Plugin-Help
tape imageMachen Sie Screenshots von iOS/Android -Geräten/Simulatoren
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
Siehe Code: src/commands/image.ts
tape loginMelden Sie sich bei Tape.sh an
USAGE
$ tape login
ALIASES
$ tape auth
$ tape authorize
EXAMPLE
$ tape login
Siehe Code: src/commands/login.ts
tape upgradeÖffnet einen direkten Link zum Upgrade Ihres Bands.sh -Plan
USAGE
$ tape upgrade
OPTIONS
-h, --help show CLI help
-p, --plan=Pro Plan name to upgrade to
Siehe Code: src/commands/upgrade.ts
tape videoAufnehmen Sie iOS/Android -Geräte/Simulatoren
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.
Siehe Code: SRC/Befehle/Video.ts
MIT -Lizenz, hier mehr lesen
von Edamame Studio