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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@twilio-labs/plugin-signal2022

v1.0.5

Published

Developer Mode for SIGNAL 2022

Downloads

11

Readme

SIGNAL Developer Mode is an augmentation for your experience at Twilio's SIGNAL 2022 Conference.

It's built on top of the Twilio CLI and provides functionality inside your terminal such as:

  • access to your full SIGNAL schedule: view the entire SIGNAL and SIGNAL TV schedule and register for any sessions you are interested in
  • a packed demo section: explore code samples for a variety of Twilio use-cases and get started in minutes
  • and more

Table of Contents

Requirements

Setup

You'll need the Twilio CLI to run SIGNAL Developer Mode. Head over to the Twilio CLI documentation to install it.

While you can see info about sessions in Developer Mode, in order to view the session content, you'll need a free ticket to SIGNAL 2022. Register today on the SIGNAL website.

Supported Terminals

SIGNAL Developer Mode should work in any terminal, but some terminals might have limited functionality or display flickering.

Some of the terminals that we found that were doing a good job are: Hyper, the built-in macOS Terminal.app and cmder on Windows.

For terminals that have known flickering issues we try to detect that and reduce the amount of animations and screen updates. For more info on this check out the Troubleshooting Guide.

SIGNAL Developer Mode will also adapt based on the size of your terminal, however, the bigger your terminal window the better. Alternatively, you can change your terminal font size.

Installation

$ twilio plugins:install @twilio-labs/plugin-signal2022
$ twilio --help signal2022
USAGE
  $ twilio signal2022
...

Usage

SIGNAL Developer Mode relies on your keyboard for navigation. Check out last years' announcement blog post for a ed walkthrough but here are some common controls:

  • Ctrl+C will always exit the application
  • Ctrl+B will toggle the sidebar
  • and can scroll through lists
  • , , Tab and Shift+Tab will cycle through different options
  • Return/Enter and Space can toggle actions
  • Ctrl+D exits the Installer
  • W, K, S, D, R let you switch between different modes (see sidebar inside the Developer Mode for more)

Commands

twilio signal2022

USAGE
  $ twilio signal2022

OPTIONS
  -d, --diagnostics                Using this flag will output diagnostics information that will be useful when
                                   debugging issues.

  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.

  -o=(columns|json|tsv)            [default: columns] Format of command output.

  -p, --profile=profile            Shorthand identifier for your profile.

  --feedback                       Learn how you can give feedback on SIGNAL Developer Mode.

  --tail

COMMANDS
  signal:checkout

EXAMPLES
  $ twilio signal
  $ twilio signal:checkout -l
  $ twilio signal:checkout 6f7d66b 

Contributing

This project welcomes contributions from the community. Please see the CONTRIBUTING.md file for more details.

Code of Conduct

Please be aware that this project has a Code of Conduct. The tldr; is to just be excellent to each other ❤️

License

MIT