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

warmup-cli

v1.1.0

Published

![](./title.png)

Downloads

9

Readme


About

warmup-cli is a command-line tool that lets you warm up pages of a site through a list of URLs, all through an easy-to-use interface. It has support for warming up pages on multiple nodes, and it can handle page logins too.

Warning! This program is not completely stable and it might have bugs/glitches within it.

Currently, Windows is the only supported OS. Chrome is required, and is the only currently supported browser.

Installation

Quick and easy installation:

npm i -g warmup-cli

Run it with

warmup-cli

Manual installation that takes too much time and shouldn't be attempted because it provides absolutely no extra benefit whatsoever:

  1. Make sure you have node.js installed. Typing node -v in Command Prompt should give you its version, but if that fails, download and install it from nodejs.org.

  2. Download the source code by going to Code > Download .ZIP above, if you're reading this on GitHub, or click here.

  3. Extract the .ZIP and move it to a safe place where it won't be accidentally deleted.

  4. cd to the warmup-cli-main\warmup-cli-main folder in Command Prompt. Your location should look like this:

    C:\...\warmup-cli-main\warmup-cli-main>

    Notice that you must cd to warmup-cli-main\warmup-cli-main, not just warmup-cli-main.

  5. Run npm i -g to install warmup-cli. A supported version of chromedriver will also be installed.

  6. If the command succeeds, you should be able to run the program by typing warmup-cli into Command Prompt or Run.

Changelog

  • v1.1.0 - 2/28/2021: Nodes supported on D2C; Handles bad URLs and files; fixes a glitch where B2B warmup was broken.
  • v1.0.2 - 2/21/2021: Fixed bug where package author name wasn't showing properly.
  • v1.0.1 - 2/21/2021: Minor updates to README. Package published to npm.
  • v1.0.0 - 2/17/2021: First version released. Scanning not yet supported.

warmup-cli was created by Kevin Bryniak.