loanstr-apply-widget
v0.0.2
Published
Pluggable loan apply button for mortgage brokers
Downloads
2
Readme
Loanstr Apply Button Widget
Pluggable loan apply button for mortgage brokers
Features
- ES2015 support (using rollup.js and Babel)
- UMD supported build
- Automatic versioning using semantic-release
- Mocha and Chai for testing
- Lint using babel-eslint
- Code coverage recording with istanbul
- Code coverage reporting to codecov.io
- Prettier for code formatting as a precommit hook
npm scripts
- test: Run tests
- test:watch: Run tests while watching at the same time
- test:cover: Create code coverage report using istanbul
- test:report: Report code coverage report to codecov.io
- build: Build all JS files to different formats
- build:watch: Build all JS files to different formats while watching
- lint: Run eslint on all JS files
- lint:fix: Fix linting errors
- format: Run prettier on js files