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.ts
toindex.js
:tsc ./src/index.ts
. - Convert
index.js
toindex.json
:node -e 'console.log(JSON.stringify(require("./src/index.js").default));' > ./src/index.json
. - Convert
index.json
toindex.d.ts
:node ./tools/compileInterfaces.js
.