angular-formly

v8.4.1
AngularJS directive which takes JSON representing a form and renders to HTML
angular forms angular-formly formly angularjs angular forms json forms form library

build:dist

webpack --progress --colors --set-env-NODE_ENV=development

build:prod

webpack --progress --colors --set-env-NODE_ENV=production

build

npm run build:dist & npm run build:prod

eslint:test

eslint -c other/test.eslintrc --ignore-pattern **/*.{test,mock}.js src/

eslint:src

eslint -c other/src.eslintrc --ignore-pattern !**/*.{test,mock}.js src/

eslint

npm run eslint:test -s && npm run eslint:src -s

test

karma start --single-run --set-env-COVERAGE=true --set-env-NODE_ENV=test

test:watch

karma start --set-env-COVERAGE=true --set-env-NODE_ENV=test

test:debug

karma start --browsers Chrome --set-env-NODE_ENV=test

start

npm run test:watch

check-coverage

istanbul check-coverage --statements 93 --branches 89 --functions 92 --lines 92

report-coverage

cat ./coverage/lcov.info | node_modules/.bin/codecov

commit

git-cz

publish-latest

publish-latest --user-email [email protected] --user-name formly-bot

meteor

gulp meteor

semantic-release

semantic-release pre && npm run build && npm run meteor && npm publish && npm run publish-latest && semantic-release post
npm i angular-formly

Metadata

  • MIT
  • Whatever
  • Astrism
  • released 1/20/2017

Downloads