Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RobbieTheWagner/ember-math-helpers
Ember HTMLBars helpers for basic arithmetic
https://github.com/RobbieTheWagner/ember-math-helpers
arithmetic ember-addon hacktoberfest handlebars-helpers math
Last synced: 3 months ago
JSON representation
Ember HTMLBars helpers for basic arithmetic
- Host: GitHub
- URL: https://github.com/RobbieTheWagner/ember-math-helpers
- Owner: RobbieTheWagner
- License: mit
- Created: 2016-03-01T15:54:31.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T18:05:49.000Z (6 months ago)
- Last Synced: 2024-05-01T22:03:09.907Z (6 months ago)
- Topics: arithmetic, ember-addon, hacktoberfest, handlebars-helpers, math
- Language: JavaScript
- Homepage: https://robbiethewagner.github.io/ember-math-helpers/
- Size: 16.9 MB
- Stars: 105
- Watchers: 6
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ember - ember-math-helpers - Ember.js HTMLBars helpers for basic arithmetic. (Packages / Math)
README
# ember-math-helpers
**[ember-math-helpers is built and maintained by Ship Shape. Contact us for Ember.js consulting, development, and training for your project](https://shipshape.io/ember-consulting/)**.
[![npm version](https://badge.fury.io/js/ember-math-helpers.svg)](http://badge.fury.io/js/ember-math-helpers)
![Download count all time](https://img.shields.io/npm/dt/ember-math-helpers.svg)
[![npm](https://img.shields.io/npm/dm/ember-math-helpers.svg)]()
[![Ember Observer Score](http://emberobserver.com/badges/ember-math-helpers.svg)](http://emberobserver.com/addons/ember-math-helpers)
![CI Build](https://github.com/RobbieTheWagner/ember-math-helpers/workflows/CI%20Build/badge.svg)
[![Code Climate](https://codeclimate.com/github/rwwagner90/ember-math-helpers/badges/gpa.svg)](https://codeclimate.com/github/rwwagner90/ember-math-helpers)
[![Test Coverage](https://codeclimate.com/github/rwwagner90/ember-math-helpers/badges/coverage.svg)](https://codeclimate.com/github/rwwagner90/ember-math-helpers/coverage)HTMLBars template helpers for doing basic arithmetic operations
## Compatibility
* Ember.js v3.28 or above
* Ember CLI v3.28 or above## Installation
`ember install ember-math-helpers`
## Documentation
[View Docs](https://robbiethewagner.github.io/ember-math-helpers/)
## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](LICENSE.md).