@bobfrankston/msgcommon
v0.1.23
Published
Common CLI argument parsing for msgview and msger
Downloads
2,916
Maintainers
Readme
@bobfrankston/msgcommon
Common CLI argument parsing utilities shared between msgview and msger.
Installation
npm install @bobfrankston/msgcommonUsage
import { parseCliArgs } from '@bobfrankston/msgcommon/cliparser.js';
const args = process.argv.slice(2);
const options = parseCliArgs(args);Development
This package is part of the msgx workspace.
npm run build # Compile TypeScript
npm run watch # Watch mode