tape cli
Beautiful tape share links!
在移动开发过程中,iOS和TVOS模拟器以及Android模拟器和设备的协作更好。共享屏幕截图,视频或GIF的屏幕录制。与https://www.tape.sh/一起使用或带上自己的水桶!
brew install edamameldn/tap/tape-cli或者
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]配置
USAGE
$ tape config [NAME]
OPTIONS
-h, --help show CLI help
-s, --setup
--check
--login
EXAMPLE
$ tape config
请参阅代码:src/commands/config.ts
tape devices列表设备
USAGE
$ tape devices
OPTIONS
-c, --clear
-h, --help show CLI help
ALIASES
$ tape device
$ tape emu
$ tape sims
EXAMPLE
$ tape devices
请参阅代码:SRC/命令/设备
tape frame [INPUTFILE]将现有的屏幕截图或视频包装在设备框架中(如果有),然后上传到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
请参阅代码:src/commands/frame.ts
tape gif记录iOS模拟器和Android设备/模拟器,并输出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.
请参阅代码:src/commands/gif.ts
tape help [COMMAND]显示磁带的帮助
USAGE
$ tape help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
请参阅代码: @oclif/插件螺旋
tape image取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
请参阅代码:src/commands/image.ts
tape login登录到磁带
USAGE
$ tape login
ALIASES
$ tape auth
$ tape authorize
EXAMPLE
$ tape login
请参阅代码:src/commands/login.ts
tape upgrade打开直接链接以升级磁带。SH计划
USAGE
$ tape upgrade
OPTIONS
-h, --help show CLI help
-p, --plan=Pro Plan name to upgrade to
请参阅代码:src/commands/ustgrade.ts
tape video记录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.
请参阅代码:src/commands/video.ts
麻省理工学院许可证,在这里阅读更多
由Edamame Studio撰写