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

hdoc-tools

v0.55.0

Published

Hornbill HDocBook Development Support Tool

Readme

hdoc-tools

Hornbill HDocBook Development Support Tool.

Usage

hdoc argument switches

Arguments

The arguments available to this command-line tool are as follows.

help

Outputs available arguments and switches.

init

Initializes a new HDocBook project from a template, using runtime input variables.

createDocs

Creates folder structure and markdown documents as defined in the HDocBook navigation item links

stats

Returns statistics regarding the book you are working on:

  • Document ID
  • Version
  • Title
  • Description
  • Public Source
  • Total Book Word Count
  • Number of Markdown Files in the Book
  • Number of Static HTML Files in the Book

If the -v switch is provided, then more verbose output is output, which includes a list of each MD and HTML file found, the file sizes, and file-specific word count.

The book statistics do not include counts for any externally hosted content injected into the book content using the [[INCLUDE]] tags.

build

Performs a local build of the book, validates the links and static content are present and correct and outputs as a ZIP file.

If the -v switch is provided, then a more verbose output is provided, which includes a list of all HTML files created and checked for embedded links and static content.

Use the --set-version argument to set the version number of the built book.

Use the --no-color argument to remove any color control characters from the output.

Use the --no-links argument to skip link output to CLI during validation.

validate

Performs a minimum local build of the book, then validates the links and static content are present and correct.

If the -v switch is provided, then a more verbose output is provided, which includes a list of all HTML files created and checked for embedded links and static content.

Use the --set-version argument to set the version number of the built book.

Use the --no-color argument to remove any color control characters from the output.

Use the --no-links argument to skip link output to CLI during validation.

serve

Starts a local web server on port 3000, serving the book content.

To preview the documentation in a browser, you can open a terminal window and run the dev preview server with the command hdoc serve and in a local browser go to the URL http://localhost:3000

Installation

npm install hdoc-tools -g