@wildboar/x500-cli-config
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

X.500 CLI Configuration Schema

JSONSchema and TypeScript types for the X.500 Client Configuration Schema.

Build

  1. Compile index.ts to index.js: tsc ./src/index.ts.
  2. Convert index.js to index.json: node -e 'console.log(JSON.stringify(require("./src/index.js").default));' > ./src/index.json.
  3. Convert index.json to index.d.ts: node ./tools/compileInterfaces.js.

/@wildboar/x500-cli-config/

    Package Sidebar

    Install

    npm i @wildboar/x500-cli-config

    Weekly Downloads

    0

    Version

    1.2.0

    License

    none

    Unpacked Size

    20 kB

    Total Files

    5

    Last publish

    Collaborators

    • jonathanwilbur