@jarmentor/title-cli
v1.0.0
Published
A command-line interface for converting strings to APA compliant title case
Maintainers
Readme
APA Title-CLI
Convert a string or file of strings to APA style title case.
Installation
npm install @jarmentor/title-cliUsage
Via NPX
npx @jarmentor/title-cli <string OR file> [options]After installation
title-cli <string> [options]Credits
- words/ap-style-title-case for providing the backbone of this CLI
