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

ht1-init

v1.0.4

Published

## Overview The HyperTest Installer is a CLI tool to help you set up your project with the necessary scripts, dependencies, and configurations for HyperTest. It verifies and updates your `package.json` and creates required configuration files for HyperTes

Downloads

7

Readme

HyperTest Installer

Overview

The HyperTest Installer is a CLI tool to help you set up your project with the necessary scripts, dependencies, and configurations for HyperTest. It verifies and updates your package.json and creates required configuration files for HyperTest.

Features

  • Verifies and adds necessary scripts to package.json.
  • Verifies and adds required dependencies and devDependencies.
  • Creates and updates .htTestConf.js configuration file.
  • Updates .npmrc with HyperTest NPM token.

Usage

  1. Make sure you are in the root directory of your project where package.json is located.
  2. Run the installer:
    npx ht1-init

Prompts

The installer will guide you through a series of prompts:

Confirm if you are in the root directory of your project. Confirm if you have a HyperTest NPM token. Enter your HyperTest NPM token. Enter the version of @hypertestco/node-sdk. Enter the version of @hypertestco/ht-cli.

Commands

The installer will prompt you to confirm if you are in the root directory of your project and if you have a HyperTest NPM token. It will then proceed with the following steps:

  1. Verify and add necessary scripts to package.json:

    • run-test: htcli start-new-test --config-file-path .htTestConf.js
    • run-test-cov: npx --yes nyc@latest npm run run-test
    • run-test-cov-html: npx --yes nyc@latest --reporter html npm run run-test
    • htcli-v: htcli -v
  2. Verify and add required dependencies:

    • @opentelemetry/exporter-trace-otlp-grpc
    • @opentelemetry/sdk-node
    • @hypertestco/node-sdk
  3. Verify and add required devDependencies:

    • @hypertestco/ht-cli
  4. Create or update the .htTestConf.js configuration file.

  5. Update the .npmrc file with your HyperTest NPM token.

Error Handling

If the installer encounters an error, it will display an appropriate error message. If you forcefully close a prompt (e.g., using Ctrl+C), it will display a warning message and exit.

Contact

If you have any questions, issues, or feedback, please reach out to the HyperTest team.