List of all file formats and one example file for each format.
The package is published as TypeScript ESM and exposes:
import fileIcon from "@lamdahq/file-formats"— SVG icon generator@lamdahq/file-formats/file-formats.json— data as JSON@lamdahq/file-formats/file-formats.yaml— data as YAML
Install dependencies:
npm installUseful targets (run make help for the list):
make data # Generate build/file-formats.{json,yaml} from the TSV
make ts # Compile TypeScript sources to dist/
make # Build everything (data, TS, index.html)
make test # Typecheck + lint
make clean # Remove generated artifactsBuilding the data files requires
univert on the PATH.