SK Tools

test

Generic utilities shared across Slawek's tool packages.

Scope

This package hosts non-domain-specific utilities that can be reused by CLI and library packages.

Current exported areas:

  • Markdown table rendering (toMarkdownTable)
  • Output helpers for CLI tools (renderOutput, normalizeOutputFormat, parseColumnSpec)
  • Input readers for stdin (readJsonFromStdin, readCsvFromStdin)
  • JMESPath output filtering (outputFiltered)

Installation

npm install @slawek/sk-tools

Development

npm install
npm run build

Exports

  • @slawek/sk-tools
  • @slawek/sk-tools/markdown
  • @slawek/sk-tools/cli/utils
Description
No description provided
Readme MIT 102 KiB
Languages
TypeScript 83.3%
JavaScript 16.7%