1.0.5 • Published 2 years ago
addon-payments v1.0.5
addon-payments
This addon provides a set of common functionality for working with payment processing. This includes models, services, and utilities.
Installation
- Ember.js v3.16 or above
- Ember CLI v2.13 or above
Node.js v10 or above
git clone git@bitbucket.org:viewpointcloud/addon-payments.gitthis repositorycd addon-paymentsyarn --frozen-lockfile
Linting
yarn lint:hbsyarn lint:jsyarn lint:js --fix
Running tests
yarn test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --serveryarn run test:coverageto run with code coverage statistics
Running the dummy application
ember build
For users of Sourcetree
Your git commit hooks to do things like Lint and fix whitespace may not work when using sourcetree.
If so, add a file at ~/.huskyrc with the following contents:
# ~/.huskyrc
export PATH=/usr/local/bin:$PATH;