Skip to content

ad-si/file-formats

Repository files navigation

File Formats

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

Develop

Install dependencies:

npm install

Useful 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 artifacts

Building the data files requires univert on the PATH.

About

List of all file formats and one example file for each format.

Topics

Resources

Stars

Watchers

Forks

Contributors