1.2.0 • Published 2 years ago
@wildboar/x500-cli-config v1.2.0
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.