@microsoft/teamsfx-api

v0.23.2
teamsfx framework api
teamsfx api

doc

typedoc

lint

eslint "src/**/*.ts" "tests/**/*.ts"

build

tsc -p ./ --incremental

lint:fix

eslint "src/**/*.ts" "tests/**/*.ts" --fix

prebuild

npx json2ts --input src/schemas/envConfig.json --output src/schemas/envConfig.ts

postbuild

npx copyfiles src/schemas/*.json build/schemas/

precommit

npm run check-sensitive && lint-staged

test:unit

nyc --no-clean mocha --no-timeouts --require ts-node/register "tests/**/*.ts"

lint:staged

lint-staged

prepublishOnly

npm run test:unit && npm run build

check-sensitive

npx eslint --plugin 'no-secrets' --cache --ignore-pattern 'package.json' --ignore-pattern 'package-lock.json'

build:api-markdown

npm run build && rimraf ../../docs/api && npx api-documenter markdown -i temp -o ../../docs/api
npm i @microsoft/[email protected]

Source Code

github.com/

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/17/2024

Downloads