json2jsii:从JSON模式生成与jsii兼容的结构

时间:2024-05-09 12:29:29
【文件属性】:

文件名称:json2jsii:从JSON模式生成与jsii兼容的结构

文件大小:135KB

文件格式:ZIP

更新时间:2024-05-09 12:29:29

TypeScript

json2jsii 从JSON模式生成与jsii兼容的结构 用法 const g = new TypeGenerator ( { definitions : { Name : { description : 'Represents a name of a person' , required : [ 'firstName' , 'lastName' ] , properties : { firstName : { type : 'string' , description : 'The first name of the person' , } , lastName : { type : 'string' , de


【文件预览】:
json2jsii-main
----.eslintrc.json(4KB)
----.gitignore(793B)
----package.json(3KB)
----src()
--------type-generator.ts(14KB)
--------index.ts(58B)
--------code.ts(636B)
----tsconfig.eslint.json(827B)
----LICENSE(11KB)
----.mergify.yml(978B)
----CHANGELOG.md(14KB)
----tsconfig.json(841B)
----.github()
--------pull_request_template.md(7B)
--------workflows()
--------dependabot.yml(261B)
----.projenrc.js(587B)
----README.md(3KB)
----.projen()
--------tasks.json(4KB)
--------deps.json(2KB)
----version.json(27B)
----tsconfig.jest.json(827B)
----.versionrc.json(355B)
----.npmignore(316B)
----test()
--------type-generator.naming.test.ts(1KB)
--------bindings.test.ts(1KB)
--------type-generator.test.ts(9KB)
--------code.test.ts(399B)
--------__snapshots__()
--------usage.test.ts(1KB)
----yarn.lock(258KB)

网友评论