Codemod to convert curly braces syntax to angle brackets syntax
☆59Jun 3, 2024Updated last year
Alternatives and similar repositories for ember-angle-brackets-codemod
Users that are interested in ember-angle-brackets-codemod are comparing it to the libraries listed below
Sorting:
- Template codemod for refactoring from `{{foo}}` to `{{this.foo}}`☆17Jun 24, 2024Updated last year
- {{style}} element modifier for ember.js☆37Updated this week
- A polyfill for the Yieldable Named Blocks feature in Ember.☆38Dec 12, 2022Updated 3 years ago
- A codemod to upgrade to new ember-data packages☆13Jan 7, 2023Updated 3 years ago
- A codemod-cli project for converting Ember objects to es6 native classes☆68Sep 22, 2025Updated 5 months ago
- Link primitive to pass around self-contained route references. It's {{link-to}}, but better!☆54Updated this week
- A Ember modifier to trap your focus.☆42Feb 21, 2026Updated last week
- Stripping whitespace out of your Handlebars templates☆49Feb 22, 2026Updated last week
- An {{autofocus}} modifier to use with Ember components.☆32Feb 7, 2026Updated 3 weeks ago
- Services in Ember are scoped to the app as a whole and are singletons. Sometimes you don't want that. :) This addon provides ephemeral r…☆21Dec 15, 2022Updated 3 years ago
- Comment with the diff for the asset sizes on Pull Request☆22Feb 12, 2026Updated 2 weeks ago
- ☆34Apr 23, 2020Updated 5 years ago
- Modern/Legacy browsers support, having different js files☆23Dec 10, 2022Updated 3 years ago
- Fastboot-compatible, template-driven helper for setting classes on the body☆39Nov 25, 2025Updated 3 months ago
- An accessible and easy tab component for Ember.js☆12Feb 14, 2026Updated 2 weeks ago
- A better `mut` helper☆69Oct 4, 2025Updated 4 months ago
- Primitives for handling loading state in Ember apps☆27Feb 17, 2026Updated last week
- Easy ember components for syntax highlighting a-la PrismJS☆35Oct 9, 2024Updated last year
- An ember-cli addon to provide a searchable model select box with infinite scroll support.☆20May 7, 2024Updated last year
- Functional Modifiers for Ember☆39Feb 17, 2026Updated last week
- ☆126Jan 6, 2023Updated 3 years ago
- Mock window global in tests with test-friendly replacements for location, alert/confirm/prompt/ and more.☆64Feb 17, 2026Updated last week
- Polyfill for `in-element` as per RFC 287☆18Mar 4, 2023Updated 2 years ago
- ☆43Jan 11, 2020Updated 6 years ago
- Modern lightweight portals for Ember☆69Updated this week
- High Level DOM Assertions for QUnit☆181Updated this week
- Helpers that allow you to write backwards compat Ember addons☆25Feb 4, 2024Updated 2 years ago
- CLI wizard to create a new ember project☆64Jan 3, 2019Updated 7 years ago
- Implements did-insert / did-update / will-destroy modifiers for emberjs/rfcs#415☆86Mar 13, 2025Updated 11 months ago
- Lint your app's addon dependencies, making sure you only have one version of each.☆83Jan 24, 2026Updated last month
- View information about addons used in your Ember app.☆14Feb 2, 2023Updated 3 years ago
- ☆13Mar 21, 2025Updated 11 months ago
- ☆76Sep 29, 2025Updated 5 months ago
- Setup GitHub Actions for an Ember Addon☆19Aug 2, 2021Updated 4 years ago
- Conditionally render content elsewhere using #-in-element on ember apps