Collaborez mieux pendant le développement mobile, pour les simulateurs iOS et TVOS et les émulateurs et appareils Android. Partagez des captures d'écran, des enregistrements d'écran comme vidéo ou GIF. Utilisez avec https://www.tape.sh/ ou apportez votre propre seau!
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]Configuration
USAGE
$ tape config [NAME]
OPTIONS
-h, --help show CLI help
-s, --setup
--check
--login
EXAMPLE
$ tape config
Voir code: src / commandes / config.ts
tape devicesDispositifs de liste
USAGE
$ tape devices
OPTIONS
-c, --clear
-h, --help show CLI help
ALIASES
$ tape device
$ tape emu
$ tape sims
EXAMPLE
$ tape devices
Voir code: src / commandes / dispositifs.ts
tape frame [INPUTFILE]Enveloppez une capture d'écran ou une vidéo existante dans un cadre de périphérique (si disponible) et téléchargez sur 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
Voir code: src / commandes / trame.ts
tape gifEnregistrer les simulateurs iOS et les appareils / émulateurs Android et sortir un fichier 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.
Voir code: Src / Commandes / GIF.ts
tape help [COMMAND]Afficher l'aide pour la bande
USAGE
$ tape help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
Voir code: @ oclif / plugin-help
tape imagePrenez des captures d'écran des appareils / simulateurs 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
Voir code: src / commandes / image.ts
tape loginConnectez-vous à Tape.sh
USAGE
$ tape login
ALIASES
$ tape auth
$ tape authorize
EXAMPLE
$ tape login
Voir code: Src / Commandes / Login.ts
tape upgradeOuvre un lien direct pour mettre à niveau votre plan de bande.sh
USAGE
$ tape upgrade
OPTIONS
-h, --help show CLI help
-p, --plan=Pro Plan name to upgrade to
Voir code: Src / Commandes / mise à niveau.ts
tape videoEnregistrer les appareils / simulateurs 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.
Voir code: src / commandes / vidéo.ts
Licence du MIT, lisez la suite ici
par Edamame Studio