Skip to content

Commit 31db711

Browse files
authored
Merge pull request #27 from bymbly/feat/asyncapi
feat: asyncapi
2 parents f1cbc91 + 26132eb commit 31db711

31 files changed

Lines changed: 25123 additions & 5441 deletions

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: API Tools
1+
name: CI
22

33
on:
44
push:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,4 @@ dist
230230
###
231231
# Project Specific (add your custom ignores here)
232232
###
233+
test-temp-*/

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ customization through CLI options and passthrough arguments.
99

1010
**Wraps:** [Redocly](https://github.com/Redocly/redocly-cli) | [Spectral](https://github.com/stoplightio/spectral)
1111

12-
[![API Tools](https://github.com/bymbly/api-tools/actions/workflows/workflow.yaml/badge.svg)](https://github.com/bymbly/api-tools/actions/workflows/workflow.yaml)
13-
![NPM Version](https://img.shields.io/npm/v/@bymbly/api-tools)
14-
![NPM License](https://img.shields.io/npm/l/@bymbly/api-tools)
12+
[![CI](https://github.com/bymbly/api-tools/actions/workflows/workflow.yaml/badge.svg)](https://github.com/bymbly/api-tools/actions/workflows/workflow.yaml)
13+
[![NPM Version](https://img.shields.io/npm/v/@bymbly/api-tools)](https://www.npmjs.com/package/@bymbly/api-tools)
14+
[![NPM License](https://img.shields.io/npm/l/@bymbly/api-tools)](https://github.com/bymbly/api-tools/blob/main/LICENSE)
1515

1616
## Features
1717

defaults/.asyncapi-analytics

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"analyticsEnabled":"false"}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)