@asyncapi/studio

v0.2.3
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 react-scripts build

eject

react-scripts eject

start

cross-env DISABLE_ESLINT_PLUGIN=true react-scripts start

release

semantic-release

lint:fix

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

test:unit

cross-env DISABLE_ESLINT_PLUGIN=true react-scripts 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:readme:toc

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

Metadata

  • Apache-2.0
  • Whatever
  • The AsyncAPI maintainers
  • released 11/2/2021

Downloads