@asyncapi/studio

v0.21.0
One place that allows you to develop an AsyncAPI document, validate it, convert it to the latest version, preview the documentation and visualize the events flow.
asyncapi documentation studio playground

dev

npm run start

lint

eslint --max-warnings 0 --config .eslintrc .

test

npm run test:unit

build

npm run generate:template-parameters && craco build

clean

rm -rf .turbo && rm -rf node_modules && rm -rf build

eject

react-scripts eject

start

craco start

lint:fix

eslint --max-warnings 0 --config .eslintrc . --fix

test:unit

craco test --watchAll=false --detectOpenHandles

prepublishOnly

npm run build && npm run generate:readme:toc

generate:assets

npm run build && npm run generate:readme:toc

generate:readme:toc

markdown-toc -i README.md

generate:template-parameters

ts-node ./scripts/template-parameters.ts
npm i @asyncapi/[email protected]

Metadata

  • Apache-2.0
  • Whatever
  • The AsyncAPI maintainers
  • released 3/27/2024

Downloads