@asyncapi/generator
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@asyncapi/generator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The AsyncAPI generator. It can generate documentation, code, anything!", | ||
@@ -52,3 +52,3 @@ "main": "./lib/generator.js", | ||
"@asyncapi/openapi-schema-parser": "^2.0.0", | ||
"@asyncapi/parser": "^1.1.1", | ||
"@asyncapi/parser": "^1.2.0", | ||
"@asyncapi/raml-dt-schema-parser": "^2.0.0", | ||
@@ -55,0 +55,0 @@ "ajv": "^6.10.2", |
@@ -271,3 +271,6 @@ <h5 align="center"> | ||
To create your own template, for example code generator for some specific language and technology, read [authoring templates](docs/authoring.md) and the [list of templates recipes](docs/templates-recipes.md). | ||
To create your own template, for example code generator for some specific language and technology, learn from the following resources: | ||
- Read the documentation about [authoring templates](docs/authoring.md) | ||
- Use [Template for Generator Templates](https://github.com/asyncapi/template-for-generator-templates) that showcases Generator features | ||
- Check the [list of templates recipes](docs/templates-recipes.md) | ||
@@ -274,0 +277,0 @@ ## Contributing |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
133498
308
Updated@asyncapi/parser@^1.2.0