@microsoft/fast-components-foundation-react

v3.1.1
FAST component foundation implemented in React.

build

tsc -p ./tsconfig.build.json

clean:dist

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

prepare

npm run clean:dist && npm run build

prettier

prettier --config ../../.prettierrc --write "**/*.{ts,tsx}"

prettier:diff

prettier --config ../../.prettierrc "**/*.{ts,tsx}" --list-different

test

npm run tslint && npm run unit-tests

tslint

tslint -c ./tslint.json 'src/**/*.ts{,x}' '**/*.ts{,x}'

tslint:fix

tslint -c ./tslint.json --fix 'src/**/*.ts{,x}' '**/*.ts{,x}'

unit-tests

jest --maxWorkers=2 --env=jsdom

unit-tests:watch

jest --watch

watch

tsc -p ./tsconfig -w --preserveWatchOutput
npm i @microsoft/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 5/31/2019

Downloads