npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

tape-cli

v0.14.0

Published

> Collaborate better during mobile development, for iOS & tvOS simulators and Android emulators and devices. Share screenshots, screen recordings as video or GIFs. Use with [https://www.tape.sh/](https://www.tape.sh/) or bring your own bucket!

Downloads

93

Readme

tape-cli

Collaborate better during mobile development, for iOS & tvOS simulators and Android emulators and devices. Share screenshots, screen recordings as video or GIFs. Use with https://www.tape.sh/ or bring your own bucket!


oclif Version Downloads/week License

Tape



Installation

brew install edamameldn/tap/tape-cli

or

npm install -g tape-cli

Usage

$ 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
...

Commands

tape config [NAME]

Configuration

USAGE
  $ tape config [NAME]

OPTIONS
  -h, --help   show CLI help
  -s, --setup
  --check
  --login

EXAMPLE
  $ tape config

See code: src/commands/config.ts

tape devices

List devices

USAGE
  $ tape devices

OPTIONS
  -c, --clear
  -h, --help   show CLI help

ALIASES
  $ tape device
  $ tape emu
  $ tape sims

EXAMPLE
  $ tape devices

See code: src/commands/devices.ts

tape frame [INPUTFILE]

Wrap an existing screenshot or video in a device frame (if available) and upload to 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

See code: src/commands/frame.ts

tape gif

Record iOS simulators and Android devices/emulators and output a gif file

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.

See code: src/commands/gif.ts

tape help [COMMAND]

display help for tape

USAGE
  $ tape help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

tape image

Take screenshots of iOS/Android devices/simulators

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

See code: src/commands/image.ts

tape login

Log in to Tape.sh

USAGE
  $ tape login

ALIASES
  $ tape auth
  $ tape authorize

EXAMPLE
  $ tape login

See code: src/commands/login.ts

tape upgrade

Opens a direct link to upgrade your Tape.sh plan

USAGE
  $ tape upgrade

OPTIONS
  -h, --help      show CLI help
  -p, --plan=Pro  Plan name to upgrade to

See code: src/commands/upgrade.ts

tape video

Record iOS/Android devices/simulators

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.

See code: src/commands/video.ts

License

MIT License, read more here

by edamame studio