Skip to main content

Using the CLI

The package ships a js-common binary that exposes many utilities as commands.

npx @rtorcato/js-common@latest --help

npx @rtorcato/js-common@latest date today
npx @rtorcato/js-common@latest math sum 1 2 3 4 5
npx @rtorcato/js-common@latest text capitalize "hello world"
npx @rtorcato/js-common@latest system node-version

See CLI.md in the repository for the full command reference.