@asyncapi/studio

v0.9.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

lint

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

test

npm run test:unit

build

cross-env DISABLE_ESLINT_PLUGIN=true craco build

eject

react-scripts eject

start

cross-env DISABLE_ESLINT_PLUGIN=true craco start

release

npm run generate:docker && semantic-release

lint:fix

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

test:unit

cross-env DISABLE_ESLINT_PLUGIN=true craco test --detectOpenHandles

bump:version

npm --no-git-tag-version --allow-same-version version $VERSION

prepublishOnly

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

generate:assets

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

generate:docker

docker build --tag asyncapi/studio .

generate:readme:toc

markdown-toc -i README.md
npm i @asyncapi/[email protected]

Metadata

  • Apache-2.0
  • Whatever
  • The AsyncAPI maintainers
  • released 2/2/2022

Downloads