@microsoft/fast-form-generator-react

v2.1.0
A self generating user interface based on JSON Schemas.

clean:dist

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

build:app

webpack --progress

prepare

npm run clean:dist && tsc -p ./tsconfig.json

start

webpack-dev-server

test

npm run tslint && npm run unit-tests && npm run build:app

tslint

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

tslint:fix

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

unit-tests

jest --maxWorkers=4

unit-tests:update

jest --updateSnapshot

unit-tests:watch

jest --watch
npm i @microsoft/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 8/29/2018

Downloads