1.0.5 • Published 10 months ago

addon-payments v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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.git this repository

  • cd addon-payments
  • yarn --frozen-lockfile

Linting

  • yarn lint:hbs
  • yarn lint:js
  • yarn lint:js --fix

Running tests

  • yarn test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server
  • yarn run test:coverage to 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;