README
HTML template for the AsyncAPI Generator
Usage
ag ./asyncapi.yaml @arthurparahyba/html-schema-template -o ./output-folder
If you don't have the AsyncAPI Generator installed, you can install it like this:
npm install -g @asyncapi/generator
HTML template for the AsyncAPI generator.
<script type="module">
import arthurparahybaHtmlSchemaTemplate from 'https://cdn.skypack.dev/@arthurparahyba/html-schema-template';
</script>
ag ./asyncapi.yaml @arthurparahyba/html-schema-template -o ./output-folder
If you don't have the AsyncAPI Generator installed, you can install it like this:
npm install -g @asyncapi/generator