childmetrics
v0.2.1
Published
Pediatric clinical calculators — growth charts, SDS/percentile, BMI, blood pressure, and 30+ tools. Alias for ceddcozum.
Maintainers
Readme
childmetrics
Pediatric clinical calculators from the terminal — same engine as ceddcozum. This package is a thin npm alias: it installs ceddcozum and exposes the childmetrics binary name for discoverability (Child Metrics branding).
All calculations run locally — no API keys, no network requests for tool execution, no patient data transmitted.
Full documentation (commands, JSON
--args,--schema, LLM workflows) is kept in sync with the main CLI:../README.md(same content as theceddcozumpackage root README).
Quick start
npx childmetrics --listEquivalent:
npx ceddcozum --listInstall
npm install -g childmetrics
# or
npm install -g ceddcozumRelationship between packages
| Package | Binary | Role |
|---------|--------|------|
| ceddcozum | ceddcozum | Primary CLI implementation |
| childmetrics | childmetrics | Depends on ceddcozum; index.js is a one-line require('ceddcozum') shim |
When updating CLI behavior, update web-app/cli/README.md first, then mirror any user-facing changes here (or replace this file’s body with a pointer + quick start only — but never leave contradictory install/usage instructions between the two READMEs).
License
Apache License 2.0 — see LICENSE and NOTICE in the CLI package directory.
Copyright 2026 ÇEDD (Çocuk Endokrinolojisi ve Diyabet Derneği) / TSPED (Turkish Society for Pediatric Endocrinology and Diabetes).
