Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of cibernox/ember-cpm

Account's avatar
emberjs/ember-cli-babel
Ember CLI addon for Babel
Account's avatar
kellyselden/ember-macro-helpers
Ember macro helpers for making your own fancy macros!
Account's avatar
dreamerslab/node.inflection
A port of inflection-js to node.js module
Account's avatar
rickharrison/broccoli-asset-rev
broccoli asset revisions (fingerprint)
Account's avatar
ember-cli/ember-ajax
Service for making AJAX requests in Ember applications.
Account's avatar
ember-cli/ember-cli
Command line tool for developing ambitious ember.js apps
Account's avatar
adopted-ember-addons/ember-cli-dependency-checker
Ember CLI addon for detecting missing npm and bower dependencies before executing ember commands
Account's avatar
ember-cli/ember-cli-eslint
Ember-cli eslint support, for checking your application matches your coding standards.
Account's avatar
ember-cli/ember-cli-htmlbars
A library for adding htmlbars to ember CLI
Account's avatar
ember-cli/ember-cli-htmlbars-inline-precompile
Precompile inline HTMLBars templates via ES6 tagged template strings
Account's avatar
rwjblue/ember-cli-inject-live-reload
Plugin for ember-cli that injects live-reload script into HTML content.
Account's avatar
ember-cli/ember-cli-qunit
QUnit testing package for ember-cli applications
Account's avatar
lytics/ember-cli-release
Ember CLI addon for managing release versions.
Account's avatar
jonathanKingston/ember-cli-sri
SRI generation for Ember CLI
Account's avatar
ember-cli/ember-cli-uglify
JavaScript minification for Ember-CLI
Account's avatar
ember-cli/ember-disable-prototype-extensions
Disable Ember's prototype extensions.
Account's avatar
ember-cli/ember-export-application-global
Sets `window.MyAppName` up as the application instance upon boot.
Account's avatar
ember-cli/ember-load-initializers
A tiny add-on to autoload your initializer files in ember-cli.
Account's avatar
machty/ember-maybe-import-regenerator
The default blueprint for ember-cli addons.
Account's avatar
ember-cli/ember-resolver
The default modules based resolver for Ember CLI.
Account's avatar
emberjs/ember.js
A JavaScript framework for creating ambitious web applications
Account's avatar
rwjblue/ember-source-channel-url
Determine the URL to a given Ember channels (beta, canary, etc) latest tarball.
Account's avatar
ember-cli/ember-try
An ember-cli addon to test against multiple dependencies, such as ember and ember-data.
Account's avatar
ember-cli/eslint-plugin-ember
ESLint plugin for Ember.js apps
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
ember-cli/loader.js
loader.js =========
Account's avatar
mainmatter/qunit-dom
High Level DOM Assertions for QUnit

Support the repos that depend on this repository

Top contributors

cibernox's profile
cibernox
204 contributions
jamesarosen's profile
jamesarosen
28 contributions
princesscruises's profile
princesscruises
8 contributions
mike-north's profile
mike-north
8 contributions
rwjblue's profile
rwjblue
8 contributions
tylerturdenpants's profile
tylerturdenpants
8 contributions
elwayman02's profile
elwayman02
6 contributions
GavinJoyce's profile
GavinJoyce
5 contributions
hjdivad's profile
hjdivad
3 contributions
jimsynz's profile
jimsynz
2 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
cibernox

cibernox/ember-cpm

ComputedProperty Macros for Ember

JavaScript
276
31
MIT License

Ember‑CPM is an Ember.js addon that provides a library of composable computed‑property macros (e.g., `sum`, `difference`, `ifNull`, `htmlEscape`, etc.) allowing developers to build complex computed properties by nesting macros instead of writing boilerplate code. It’s aimed at Ember application developers who want a cleaner, reusable way to define and combine computed logic in their components, services, and models.