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撰寫