@thegetty/quire-cli
v1.0.0
Published
Quire command-line interface
Downloads
378
Readme
Quire CLI
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 --globalInstalling 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=nestedUsing 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