@wildboar/x500-cli-config
v1.2.0
Published
JSONSchema and TypeScript types for the [X.500 Client Configuration Schema](https://wildboar-software.github.io/directory/docs/client-config).
Downloads
5
Readme
X.500 CLI Configuration Schema
JSONSchema and TypeScript types for the X.500 Client Configuration Schema.
Build
- Compile
index.tstoindex.js:tsc ./src/index.ts. - Convert
index.jstoindex.json:node -e 'console.log(JSON.stringify(require("./src/index.js").default));' > ./src/index.json. - Convert
index.jsontoindex.d.ts:node ./tools/compileInterfaces.js.
