@microsoft/fast-tooling

v0.4.0
A set of utilities to assist in creating web UI

build

tsc -p ./tsconfig.build.json

build:message-system

webpack --config webpack.message-system.config.js

clean:dist

node ../../../build/clean.js dist

coverage

jest --coverage

prepare

yarn clean:dist && yarn build && yarn build:message-system

prettier

prettier --config ../../../.prettierrc --write "**/*.ts"

prettier:diff

prettier --config ../../../.prettierrc "**/*.ts" --list-different

test

yarn eslint && yarn run unit-tests && yarn build

eslint

eslint . --ext .ts

eslint:fix

eslint . --ext .ts --fix

unit-tests

jest --runInBand

watch

yarn build -- -w --preserveWatchOutput
npm i @microsoft/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 5/18/2020

Downloads