1.2.0 • Published 2 years ago

@wildboar/x500-cli-config v1.2.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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.
1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

3 years ago

0.0.1

4 years ago