22![ Node.js CI] ( https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/workflows/Node.js%20CI/badge.svg )
33
44## Description
5- Generate TypeScript typings from Contentstack Content Types. Interfaces and fields are annotated with jsdoc comments.
5+ Generate TypeScript typings from Contentstack Content Types. Interfaces and fields are annotated with JSDoc comments.
66
77## How to install this plugin
88
@@ -12,14 +12,14 @@ $ csdx plugins:install contentstack-cli-tsgen
1212
1313## ` csdx tsgen `
1414
15- Generate TypeScript typings from a Stack.
15+ generate TypeScript typings from a Stack
1616
1717```
1818USAGE
1919 $ csdx tsgen
2020
2121OPTIONS
22- -a, --token-alias=token-alias (required) Delivery Token Alias
22+ -a, --token-alias=token-alias (required) Delivery token alias
2323 -d, --[no-]doc Include documentation comments
2424 -o, --output=output (required) Full path to output
2525 -p, --prefix=prefix Interface prefix, e.g. "I"
@@ -30,7 +30,7 @@ EXAMPLES
3030 $ csdx tsgen -a "delivery-token-alias" -o "contentstack/generated.d.ts" --no-doc
3131```
3232
33- _ See code: [ src/commands/tsgen.ts] ( https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/blob/v1.0.4 /src/commands/tsgen.ts ) _
33+ _ See code: [ src/commands/tsgen.ts] ( https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/blob/v1.0.5 /src/commands/tsgen.ts ) _
3434<!-- commandsstop -->
3535
3636## Supported Fields
@@ -73,7 +73,7 @@ interface BuiltinExample {
7373 };
7474 };
7575 /** SEO */
76- seo? : ISeo ;
76+ seo? : Seo ;
7777 /** Single line textbox */
7878 single_line? : string ;
7979 /** Multi line textbox */
0 commit comments