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

@aviarytech/tev2-hrgt

v0.0.11

Published

Human Readable Glossary Tool (HRGT)

Downloads

14

Readme

Human Readable Glossary Tool (HRGT)

Overview

The Human Readable Glossary Tool (HRGT) generates a Human Readable Glossary (HRG) that consists of (a selection of) the terms that are part of the terminology of a specific scope. The HRGT takes one specific MRG as its input, and converts (a selection of) its MRG entries into one of the supported output formats, e.g. HTML, or PDF. The file that contains the MRG is named mrg...yaml, where the combination of and identify a particular terminology. See the MRG file naming conventions for details. There is more information about

Installation

Install from the command line and make globally available.

npm install @aviarytech/hrgt -g

Calling the Tool

The behavior of the HRGT can be configured per call e.g. by a configuration file and/or command-line parameters. The command-line syntax is as follows:

hrgt [ <paramlist> ] [ <globpattern> ]

The HRGT takes in the following parameters:

|Flags |Description |Required| |------------------------------|------------------------------------------------------------------------|:------:| |-c, --config <path> |Path (including the filename) of the tool's (YAML) configuration file |No | |input <globpattern> |Glob pattern that specifies the set of (input) files |No | |-o, --output <name> |text that is used as the last part of the name of the file(s) that contain(s) the generated HRG(s). |No | |-s, --scopedir <path> |Path of the scope directory where the SAF is located |No | |-v, --vsntag <vsntag> |Default version to use when no version is set in term ref |No | |-f, --force |Allow overwriting of existing files |No | |-t, --termselcrit <criteria> |List of term selection criteria that are used to generate |No | |-m, --method <method> |The method that is used to create the output (default HTML) |No | |-l, --license <path> |File that contains the licensing conditions |No |