0.1.2 • Published 1 year ago

@jondotsoy/compatibility_table v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Tolling to make compatibility tables

Create a compatibility file for your project.

Example:

import { createCompatibilityTable } from "@jondotsoy/compatibility_table";

await createCompatibilityTable({
  versions: ["v1.0.0", "v2.1.0", { version: "v2.4.0", title: "Next" }],
  pattern: "**/*.md",
  outFile: "./compatibility_table.md",
});

API Documentations

Read the full documentation on api