@berg009/cpf-cli
v0.1.8
Published
CPF command-line interface
Readme
CPF CLI
The cpf-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 CPF publications.
Installing the CLI
The cpf-cli can be installed as a global npm module as follows
npm install cpf-cli --globalInstalling the cpf-cli as a local package dependency requires additional npm command flags to support patching package dependencies as follows,
npm install cpf-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 cpf-cli --help