Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Ember.js !Awesome (https://awesome.re/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome Ember.js !Awesome (https://awesome.re/badge.svg) (https://github.com/sindresorhus/awesome)
 
@@ -21,19 +21,19 @@
 
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Ember.js (https://emberjs.com) is a JavaScript framework that greatly reduces the time, effort and resources needed
to build any web application. It is focused on making you, the developer, as productive as possible by doing all the common, repetitive, yet essential, tasks involved in most web development projects.
Ember.js (https://emberjs.com) also provides access to the most advanced features of JavaScript, HTML and the Browser giving you everything you need to create your next killer web app.
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
You might also like awesome-javascript (https://github.com/sorrycc/awesome-javascript).
Please read the contribution guidelines (contributing.md) before contributing.
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Contents
- Awesome Ember.js !Awesome (https://awesome.re/badge.svg) (https://github.com/sindresorhus/awesome)
@@ -173,8 +173,7 @@
Packages
AST
- ember-ast-helpers (https://github.com/cibernox/ember-ast-helpers) - This library is a utility belt to make AST transforms and shield users as much as possible from the nuances of the AST, as it is still 
private API.
- ember-ast-helpers (https://github.com/cibernox/ember-ast-helpers) - This library is a utility belt to make AST transforms and shield users as much as possible from the nuances of the AST, as it is still private API.
- ember-template-recast (https://github.com/ember-template-lint/ember-template-recast) - Non-destructive template transformer.
- jscodeshift (https://github.com/facebook/jscodeshift) - A JavaScript codemod toolkit.
- dyfactor (https://github.com/dyfactor/dyfactor) - A platform for running codemods based on runtime information.
@@ -186,8 +185,7 @@
- ember-a11y-landmarks (https://github.com/ember-a11y/ember-a11y-landmarks) - Ember.js addon to help with landmark roles for better accessibility.
- ember-a11y (https://github.com/ember-a11y/ember-a11y) - A collection of tools to build accessible Ember.js applications.
- ember-component-focus (https://github.com/ember-a11y/ember-component-focus) - A mixin for adding methods to your Ember.js components that help you manage the currently focused element.
- ember-gestures (https://github.com/html-next/ember-gestures) - Ember.js gestures provides an easy way to use gestures by making it simple to define and use HammerJS managers and recognizers throughout your 
app.
- ember-gestures (https://github.com/html-next/ember-gestures) - Ember.js gestures provides an easy way to use gestures by making it simple to define and use HammerJS managers and recognizers throughout your app.
- ember-steps (https://github.com/rwjblue/ember-steps) - Declarative create wizards, tabbed UIs, and more.
- ember-page-title (https://github.com/tim-evans/ember-page-title) - Page title management for Ember.js Apps.
- ember-self-focused (https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused) - Focus on route on transition.
@@ -285,13 +283,12 @@
- ember-cli-server-variables (https://github.com/blimmer/ember-cli-server-variables) - An Ember CLI add-on to support adding variables to the generated index.html file's head tag.
- ember-ci (https://github.com/mike-north/ember-ci) - Continuous integration goodies for ember.js apps.
- CI with GitHub Actions for Ember Apps (https://crunchingnumbers.live/2020/03/17/ci-with-github-actions-for-ember-apps/) - Reducing CI runtimes with GitHub Actions
- CI with GitHub Actions for Ember Apps: Part 2 (https://crunchingnumbers.live/2020/08/31/ci-with-github-actions-for-ember-apps-part-2/) - Migrating to v2 actions, lowering runtime cost and continuously 
deployment
- CI with GitHub Actions for Ember Apps: Part 2 (https://crunchingnumbers.live/2020/08/31/ci-with-github-actions-for-ember-apps-part-2/) - Migrating to v2 actions, lowering runtime cost and continuously deployment
Code Splitting
- ember-engines (https://github.com/ember-engines/ember-engines) - This Ember.js addon implements the functionality described in the Ember.js Engines RFC. Engines allow multiple logical applications to be 
composed together into a single application from the user's perspective.
- ember-engines (https://github.com/ember-engines/ember-engines) - This Ember.js addon implements the functionality described in the Ember.js Engines RFC. Engines allow multiple logical applications to be composed together into a single
application from the user's perspective.
- ember-lazy-mount (https://github.com/buschtoens/ember-lazy-mount) - Allow {{mount}} lazy loading route-less engines.
- ember-cli-bundle-loader (https://github.com/MiguelMadero/ember-cli-bundle-loader) - Addon to allow for multiple bundles and do lazy loading.
- ember-cli-lazy-load (https://github.com/duizendnegen/ember-cli-lazy-load) - Support lazily loading your Ember.js app via splitting it up into Bundles.
@@ -305,15 +302,14 @@
Command-line apps
- ember-cli-create (https://github.com/gossi/ember-cli-create) - CLI wizard to create a new ember project.
- @ember/optional-features (https://github.com/emberjs/ember-optional-features) - This addon allows you to easily enable/disable optional features in ember-source. To clarify what we mean by optional, these are 
features that will be opt-in/opt-out and optional for the foreseeable future, not features that will be enabled by default. It is intended for use with apps only not addons.
- @ember/optional-features (https://github.com/emberjs/ember-optional-features) - This addon allows you to easily enable/disable optional features in ember-source. To clarify what we mean by optional, these are features that will be 
opt-in/opt-out and optional for the foreseeable future, not features that will be enabled by default. It is intended for use with apps only not addons.
- ember-cli-rename (https://github.com/trabus/ember-cli-rename) - Addon for ember-cli that provides an ember rename command.
Command-line utilities
- ember-cli-update (https://github.com/ember-cli/ember-cli-update) - Update Ember CLI Ember.js apps, addons and Glimmer.js apps.
- ember-cli-deprecation-workflow (https://github.com/mixonic/ember-cli-deprecation-workflow) - An addon geared towards making Ember.js upgrades easier by allowing you to work through deprecations without massive
console noise.
- ember-cli-deprecation-workflow (https://github.com/mixonic/ember-cli-deprecation-workflow) - An addon geared towards making Ember.js upgrades easier by allowing you to work through deprecations without massive console noise.
Component addons
@@ -390,8 +386,7 @@
- ember-cp-validations (https://github.com/offirgolan/ember-cp-validations) - Ember.js computed property based validations.
- ember-changeset-validations (https://github.com/poteto/ember-changeset-validations/) - Validations for ember-changeset.
- ember-model-validator (https://github.com/esbanarango/ember-model-validator) - Add validations to your Ember Data models on an explicit and easy way, without a bunch a validations files around or complicated 
structure.
- ember-model-validator (https://github.com/esbanarango/ember-model-validator) - Add validations to your Ember Data models on an explicit and easy way, without a bunch a validations files around or complicated structure.
- ember-validated-form (https://github.com/adfinis-sygroup/ember-validated-form) - Easily create forms with client side validations.
- ember-line-graph (https://astronomersiva.github.io/ember-line-graph/) - Zero-dependency ember-addon to draw line-charts.
@@ -647,17 +642,15 @@
- ember-service-worker-index (https://github.com/DockYard/ember-service-worker-index) - An Ember.js Service Worker plugin that caches the index.html file.
- ember-service-worker-asset-cache (https://github.com/DockYard/ember-service-worker-asset-cache) - An Ember.js Service Worker plugin that caches an Ember.js app's asset files.
- ember-service-worker-cache-first (https://github.com/DockYard/ember-service-worker-cache-first) - A cache first Ember.js Service Worker plugin.
- ember-service-worker-cache-fallback (https://github.com/DockYard/ember-service-worker-cache-fallback) - An Ember.js Service Worker plugin that resorts to a cached fallback version when the network request 
fails.
- ember-service-worker-cache-fallback (https://github.com/DockYard/ember-service-worker-cache-fallback) - An Ember.js Service Worker plugin that resorts to a cached fallback version when the network request fails.
- ember-service-worker-emberfire-messaging (https://github.com/Matt-Jensen/ember-service-worker-emberfire-messaging) - Firebase Cloud Messaging service worker support for Emberfire apps.
- ember-service-worker-unregistration (https://github.com/GreatWizard/ember-service-worker-unregistration) - An Ember.js plugin that unregister service workers when ember-service-worker is disabled.
- ember-service-worker-request-chaos (https://github.com/maxfierke/ember-service-worker-request-chaos) - Like Netflix's Chaos Monkey but for your Ember.js SPA's API requests.
- ember-service-worker-project-entagled-registration (https://github.com/rwjblue/ember-service-worker-project-entagled-registration) - This addon is to be used along with ember-service-worker to ensure that the 
service worker being used is paired properly to the project.
- ember-service-worker-project-entagled-registration (https://github.com/rwjblue/ember-service-worker-project-entagled-registration) - This addon is to be used along with ember-service-worker to ensure that the service worker being used
is paired properly to the project.
- ember-service-worker-cache-rendered (https://github.com/PrinceCornNM/ember-service-worker-cache-rendered) - Ember.js service worker plugin for storing rendered html in cache, really useful for fastboot.
- ember-service-worker-update-notify (https://github.com/topaxi/ember-service-worker-update-notify) - Update notification for service workers.
- ember-service-worker-enqueue (https://github.com/The-Don-Himself/ember-service-worker-enqueue) - An Ember.js Service Worker plugin that catches failed mutation requests e.g POST, PUT, DELETE and queues them 
for background processing.
- ember-service-worker-enqueue (https://github.com/The-Don-Himself/ember-service-worker-enqueue) - An Ember.js Service Worker plugin that catches failed mutation requests e.g POST, PUT, DELETE and queues them for background processing.
- ember-service-worker-prember (https://github.com/shipshapecode/ember-service-worker-prember) - An Ember.js Service Worker plugin that caches the index.html files for each prember route.
SSR / Server Side Rendering
@@ -750,12 +743,10 @@
VS Code addons
- Ember Syntax (https://marketplace.visualstudio.com/items?itemName=dhedgecock.ember-syntax) - Syntax highlighting for Ember.js template files AND syntax highlighting for inline template definitions with tagged 
templates!
- Ember Syntax (https://marketplace.visualstudio.com/items?itemName=dhedgecock.ember-syntax) - Syntax highlighting for Ember.js template files AND syntax highlighting for inline template definitions with tagged templates!
- Glimmer Templates Syntax for VS Code (https://marketplace.visualstudio.com/items?itemName=lifeart.vscode-glimmer-syntax) - Glimmer syntax highlighting for Ember.js.
- ember-language-server (https://github.com/emberwatch/ember-language-server) - Language Server Protocol implementation for Ember.js projects.
- unstable-ember-language-server (https://marketplace.visualstudio.com/items?itemName=lifeart.vscode-ember-unstable) - Language Server Protocol implementation for Ember.js projects (Unstable, including 
experimental features).
- unstable-ember-language-server (https://marketplace.visualstudio.com/items?itemName=lifeart.vscode-ember-unstable) - Language Server Protocol implementation for Ember.js projects (Unstable, including experimental features).
- vscode-ember-colorizer (https://github.com/ciena-blueplanet/vscode-ember-colorizer) - VSCode extension that colorizes/tokeninzes Ember.js .hbs, Controllers, and Routes files.
- ember-module-snippets (https://github.com/candidmetrics/ember-module-snippets) - Snippets to make importing Ember.js modules a snap in VSCode.
@@ -1079,14 +1070,12 @@
Codemods
- ember-es6-class-codemod (https://github.com/scalvert/ember-es6-class-codemod) - A codemod-cli project for converting Ember.js objects to es6 native classes.
- ember-native-class-codemod (https://github.com/ember-codemods/ember-native-class-codemod) - A codemod for transforming your ember app code to native JavaScript class syntax with decorators!
- ember-cli-mirage-faker-codemod (https://github.com/caseywatts/ember-cli-mirage-faker-codemod) - This codemod is to help transition from importing faker through ember-cli-mirage, to instead import it directly 
from faker.
- ember-cli-mirage-faker-codemod (https://github.com/caseywatts/ember-cli-mirage-faker-codemod) - This codemod is to help transition from importing faker through ember-cli-mirage, to instead import it directly from faker.
- ember-mocha-codemods (https://github.com/Turbo87/ember-mocha-codemods) - Codemod scripts for ember-mocha.
- ember-module-migrator (https://github.com/rwjblue/ember-module-migrator) - Automated migration for new Ember.js application layout.
- ember-qunit-codemod (https://github.com/rwjblue/ember-qunit-codemod) - This codemod is intended to automatically convert your projects from the older moduleFor syntax of ember-qunit@2 to the newer syntax.
- ember-test-helpers-codemod (https://github.com/simonihmig/ember-test-helpers-codemod) - Codemod to transform your Ember.js tests to use @ember/test-helpers.
- es5-getter-ember-codemod (https://github.com/rondale-sc/es5-getter-ember-codemod) - This codemod is intended to automatically convert your usage of get, and getProperties to use traditional object dot 
notation.
- es5-getter-ember-codemod (https://github.com/rondale-sc/es5-getter-ember-codemod) - This codemod is intended to automatically convert your usage of get, and getProperties to use traditional object dot notation.
- qunit-dom-codemod (https://github.com/simplabs/qunit-dom-codemod) - Basic codemod to automatically convert your assertions to qunit-dom assertions.
- test-selectors-codemod (https://github.com/lorcan/test-selectors-codemod) - A codemode for fixing the ember-test-selectors testSelector helper deprecation.
- ember-on-codemod (https://github.com/craigbilner/ember-on-codemod) - Replace use of Ember.on.
@@ -1164,11 +1153,9 @@
- New York City Census Reporting Tool (https://github.com/NYCPlanning/labs-factfinder)
- Medicine Inventory (https://github.com/aalasolutions/ember-medical-inventory) - Sample application developed with Ember CLI, Corber.io, ember-element-ui.
- octane-ecommerce (https://github.com/betocantu93/octane-ecommerce) - Ember Octane + FastBoot + Algolia + PayPal + Formspree (s 
(https://docs.google.com/presentation/d/1YaG26Fj-tVjyFV8LvQJkfIH89-HYdkfHfhdRz3bC2-k/edit#slide=id.g56ccd9a7f0_0_33), v (https://www.youtube.com/watch?v=KnkWs18V9dA&feature=youtu.be), d 
(https://octane-ecommerce.herokuapp.com/)).
(https://docs.google.com/presentation/d/1YaG26Fj-tVjyFV8LvQJkfIH89-HYdkfHfhdRz3bC2-k/edit#slide=id.g56ccd9a7f0_0_33), v (https://www.youtube.com/watch?v=KnkWs18V9dA&feature=youtu.be), d (https://octane-ecommerce.herokuapp.com/)).
- Rust Package Registry (https://github.com/rust-lang/crates.io) - crates.io (https://crates.io)
- Ember.js RealWorld Implementation (https://github.com/gothinkster/ember-realworld) - Ember.js codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and
API.
- Ember.js RealWorld Implementation (https://github.com/gothinkster/ember-realworld) - Ember.js codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
- A wild tomster appears (https://github.com/scudco/tomsweeper)
- An ember integration for building visual programming editors with blockly. (https://github.com/Program-AR/ember-blockly)
- https://www.submarinecablemap.com/ (https://www.submarinecablemap.com/)
@@ -1281,8 +1268,7 @@
- Ember addons, served three ways (https://www.slideshare.net/mikelnorth/ember-addons-served-three-ways) - Mike North.
- Ember At Scale (https://www.slideshare.net/chadhietala/ember-at-scale) - Chad Hietala, LinkedIn.
- EmberConf 2015 Ambitious UX for Ambitious Apps (https://www.slideshare.net/sugarpirate/emberconf-2015-ambitious-ux-for-ambitious-apps) - Lauren Elizabeth Tan.
- EmberConf 2016  Idiomatic Ember: Finding the Sweet Spot of Performance & Productivity (https://www.slideshare.net/sugarpirate/emberconf-2016-idiomatic-ember-finding-the-sweet-spot-of-performance-productivity)
- Lauren Elizabeth Tan.
- EmberConf 2016 Idiomatic Ember: Finding the Sweet Spot of Performance & Productivity (https://www.slideshare.net/sugarpirate/emberconf-2016-idiomatic-ember-finding-the-sweet-spot-of-performance-productivity) - Lauren Elizabeth Tan.
- Fun with Ember 2.x Features (https://www.slideshare.net/BenLimmer/fun-with-ember-2x-features) - Ben Limmer.
- How do I Even Web App (https://www.slideshare.net/lydiaguarino/how-do-i-even-web-app) - An introduction to web programming with Ember CLI by Lydia Guarino.
- Rapid prototyping and easy testing with ember cli mirage (https://www.slideshare.net/KrzysztofBiaek1/rapid-prototyping-and-easy-testing-with-ember-cli-mirage) - Krzysztof Bialek.
@@ -1302,8 +1288,7 @@
- Ember Data Sails Adapter (https://github.com/bmac/ember-data-sails-adapter) - An Ember Data adaptor for the Sails.js sockets.
- Ember Data WordPress Adapter (https://github.com/HeyHumanAgency/Ember-Data-WordPress) - An Ember Data adapter for the WordPress JSON API.
- Ember Gist (http://ember-gist.joostdvrs.com/) - Demo Ember CLI'eque apps using GitHub Gist.
- Ember Inspector (https://github.com/emberjs/ember-inspector) - Adds an Ember.js tab to Chrome or Firefox Developer Tools that allows you to inspect Ember.js objects in your application. - Officially 
maintained.
- Ember Inspector (https://github.com/emberjs/ember-inspector) - Adds an Ember.js tab to Chrome or Firefox Developer Tools that allows you to inspect Ember.js objects in your application. - Officially maintained.
- Ember Perf (https://github.com/mike-north/ember-perf) - Measure user-percieved performance data in your ember.js app.
- ember-cli-diff (http://www.ember-cli-diff.org/) - A simple tool to see differences between new ember apps.
- ember-cli (https://ember-cli.com/) - The command line interface for ambitious web applications.
@@ -1319,8 +1304,7 @@
- Discover Ember 2 (https://www.ludu.co/course/ember) - Learn how to build a Twitter clone from scratch.
- Ember Components: A Deep Dive (http://code.tutsplus.com/tutorials/ember-components-a-deep-dive--net-35551) - A closer look at using Ember.js Components.
- Ember runloop handbook (https://github.com/eoinkelly/ember-runloop-handbook) - A deep dive into the Ember.js runloop.
- Ember with Phoenix (AKA The PEEP Stack) (https://medium.com/peep-stack) - Developing an Ember.js front-end alongside a JSON API (http://jsonapi.org/)-compliant Phoenix (http://www.phoenixframework.org/) 
backend.
- Ember with Phoenix (AKA The PEEP Stack) (https://medium.com/peep-stack) - Developing an Ember.js front-end alongside a JSON API (http://jsonapi.org/)-compliant Phoenix (http://www.phoenixframework.org/) backend.
- Getting into Ember.js (http://code.tutsplus.com/tutorials/getting-into-emberjs--net-30709) - A five part introductory course to Ember.
- Getting Started with Ember.js using Ember CLI (https://thetechcofounder.com/getting-started-with-ember/) - Building a Todo app with Ember CLI.
- yoember.com/ (http://yoember.com/) - Ember.js Tutorial - From beginner to advance.