@fluidframework/server-kafka-orderer

v3.0.0-221317
Fluid ordering services

tsc

tsc

lint

npm run prettier && npm run eslint

build

concurrently npm:build:compile npm:lint

clean

rimraf --glob dist lib "**/*.tsbuildinfo" "**/*.build.log"

eslint

eslint --format stylish src

format

npm run prettier:fix

lint:fix

npm run prettier:fix && npm run eslint:fix

prettier

prettier --check . --cache --ignore-path ../../.prettierignore

eslint:fix

eslint --format stylish src --fix --fix-type problem,suggestion,layout

prettier:fix

prettier --write . --cache --ignore-path ../../.prettierignore

build:compile

npm run tsc && npm run typetests:gen

typetests:gen

fluid-type-test-generator

typetests:prepare

flub typetests --dir . --reset --previous --normalize
npm i @fluidframework/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft and contributors
  • released 12/12/2023

Downloads