Socket
Book a DemoInstallSign in
Socket

@thegetty/quire-cli

Package Overview
Dependencies
Maintainers
13
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thegetty/quire-cli

Quire command-line interface

rc
latest
Source
npmnpm
Version
1.0.0-rc.33
Version published
Maintainers
13
Created
Source

Quire CLI

CircleCI

The quire-cli implements the command pattern to receive input from a user and delegate command behavoir to modules for the services, such as git and 11ty, involved in working on Quire publications.

Installing the CLI

The quire-cli can be installed as a global npm module as follows

npm install quire-cli --global

Installing the quire-cli as a local package dependency requires additional npm command flags to support patching package dependencies as follows,

npm install quire-cli --install-strategy=nested

Using the CLI

npx supports executing npm package binaries even when they are not yet installed and will download the package into a cache if it does not find either a locally or globally installed version. Simply run

npx quire-cli --help

Keywords

cli

FAQs

Package last updated on 09 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts