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 🙏

© 2026 – Pkg Stats / Ryan Hefner

freeclimb-cli

v0.5.5

Published

freeclimb-cli =============

Readme

FreeClimb CLI

oclif Version Downloads/week License

Install FreeClimb's CLI to start managing apps, buying numbers, and testing applications from your command line.

Read the complete FreeClimb CLI Quickstart documentation for detailed install instructions, how to start using the CLI, and example use cases.

Learn more about FreeClimb, a voice and SMS API built for developers.

Requirements

A FreeClimb account

Node.js version 14.15.0 or higher

Linux users may require further prerequisites. See details about this in the documentation.

Install

From npm

npm install -g freeclimb-cli

Linux users may require further prerequisites. See details about this in the documentation.

Usage

To begin using the FreeClimb CLI:

$ freeclimb login

To see a list of topics, commands, and accompanying explanations:

$ freeclimb help

To explore commands organized under each topic:

$ freeclimb [TOPIC]

To run commands:

$ freeclimb [COMMAND]

Many commands require arguments and also include option flags. To see arguments and option flags for each command, as well as explanations:

$ freeclimb [COMMAND] --help

Review Explore FreeClimb's CLI for more detailed information about usage.

Command Topics

Examples

Review Other Use Cases

Troubleshooting

Newer versions of Node may give an invalid header value error when using the CLI. To resolve this issue:

  1. Use Node version 14.15.0
  2. Add NODE_OPTIONS as a persistent environment variable by running the following command:
$ echo export NODE_OPTIONS=--http-parser=legacy >> ~/.bash_profile
$ source ~/.bash_profile

Possible resolutions for "TypeError: cannot read property of undefined":

  1. Make sure to add NODE_OPTIONS as a persistent environment variable as explained in the section above
  2. CLI does not have correct write permissions to the OCLIF configuration directory (information about the data directory is here)

Contributing

  1. Clone this repo
  2. From the repository root directory, run:
 $ npm install -g freeclimb-cli
 $ yarn install
  1. Run ./bin/run from the repository root directory to run the CLI

Feedback & Issues

The FreeClimb CLI is currently in a beta release phase. We are actively working to improve it for all your FreeClimb-related needs. If you would like to give the team feedback or you encounter a problem, please contact support or submit a ticket in the dashboard.