All Projects → ember-cli → Ember Twiddle

ember-cli / Ember Twiddle

Licence: mit
JSFiddle type thing for ember-cli style code

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ember Twiddle

Ember Cli Bundle Analyzer
Analyze the size and contents of your Ember app's bundles
Stars: ✭ 78 (-71%)
Mutual labels:  ember-cli, emberjs
ember-cli-string-helpers
Set of the String helpers extracted from DockYard's ember-composable-helpers.
Stars: ✭ 73 (-72.86%)
Mutual labels:  ember-cli, emberjs
Ember Model Validator
ember-cli addon adds validation support to your Ember-Data models.
Stars: ✭ 141 (-47.58%)
Mutual labels:  ember-cli, emberjs
Rfcs
RFCs for changes to Ember
Stars: ✭ 731 (+171.75%)
Mutual labels:  ember-cli, emberjs
docker-dev
A local Docker Environment for building PHP applications 🔨
Stars: ✭ 97 (-63.94%)
Mutual labels:  developer-tools, development-environment
Aws Mobilehub Ember
Serverless example mobile web application for building a Serverless EmberJS based web application using AWS JavaScript SDK, and MobileHub.
Stars: ✭ 15 (-94.42%)
Mutual labels:  ember-cli, emberjs
glimmer-hn-pwa
A Demonstration Of HackerNews Progressive Web App Powered By Glimmer.js
Stars: ✭ 28 (-89.59%)
Mutual labels:  ember-cli, emberjs
Works For Me
Collection of developer toolkits
Stars: ✭ 131 (-51.3%)
Mutual labels:  development-environment, developer-tools
nanobox-engine-nodejs
Engine for running Node.js apps on Nanobox
Stars: ✭ 16 (-94.05%)
Mutual labels:  developer-tools, development-environment
nanobox-rails
Quickly set up a Ruby on Rails app on Nanobox, the ideal platform for developers. With Nanobox, Rails app developers can set up instant, isolated development environments that can be shared among team members. Rails apps created using Nanobox can be automatically deployed to AWS, Azure, Google Cloud, and other cloud hosts without the need for de…
Stars: ✭ 19 (-92.94%)
Mutual labels:  developer-tools, development-environment
Ember Cli Typescript
Use TypeScript in your Ember.js apps!
Stars: ✭ 346 (+28.62%)
Mutual labels:  ember-cli, emberjs
blimp
Blimp: Develop with Docker Compose in the cloud
Stars: ✭ 96 (-64.31%)
Mutual labels:  developer-tools, development-environment
Dojo
Containerize your development and operations environment
Stars: ✭ 240 (-10.78%)
Mutual labels:  development-environment, developer-tools
Mber
Fast and minimal Ember.js CLI alternative, without broccoli.
Stars: ✭ 30 (-88.85%)
Mutual labels:  ember-cli, emberjs
Docker Mastery For Nodejs
Docker Mastery for Node.js Projects, From a Docker Captain
Stars: ✭ 231 (-14.13%)
Mutual labels:  development-environment, developer-tools
Ember Realworld
Ember.js RealWorld Implementation
Stars: ✭ 150 (-44.24%)
Mutual labels:  ember-cli, emberjs
Beemo
🤖 Centralized configuration layer for dev tools. Beep boop.
Stars: ✭ 100 (-62.83%)
Mutual labels:  development-environment, developer-tools
Nanobox
The ideal platform for developers
Stars: ✭ 1,530 (+468.77%)
Mutual labels:  development-environment, developer-tools
cli-guides
Step-by-step guides and tutorials for using the ember-cli to create apps and addons
Stars: ✭ 22 (-91.82%)
Mutual labels:  ember-cli, emberjs
ember-credit-card
"make your credit card form dreamy in one line of code"
Stars: ✭ 89 (-66.91%)
Mutual labels:  ember-cli, emberjs

ember-twiddle

Build Status Code Climate

An ember cli like web based javascript sharing tool. http://ember-twiddle.com

  • Ember Twiddle uses Github Gists as persistence layer. Once you hit Save on a newly created Twiddle, it will create a public Gist under your Github account.
  • If you'd like to help out, check out CONTRIBUTING.md We are looking for help maintaining the project. If you have contributed and would like to be made a maintainer, please make a request on the Discord channel or via email.
  • Ember Twiddle uses a backend for compiling addons. It is currently located at https://github.com/joostdevries/twiddle-backend

Browser support

To make using Ember Twiddle secure, we use the sandbox and srcdoc attributes of the <iframe> element. Especially srcdoc is not supported by any version of IE at the moment and older versions of other browsers also lack support for sandbox. Furthermore, the sandbox prohibits the use of cookies, localStorage, IndexedDB, Web Workers, etc.

We are planning to move to a secure solution with better compatibility soon (most likely one where the twiddle is run on a different domain).

Ember support

The latest working version of Ember in Ember Twiddle is 3.4. Feel free to open a PR to extend the supported versions.

Feedback

You can use the issue tracker to provide feedback, suggest features or report bugs. Before you open an issue though, make sure you check canary.ember-twiddle.com to see whether it's not already fixed on master. Of course, you should also check whether an issue doesn't exist already (if it does, use the comments to provide additional input).

Contributing

See CONTRIBUTING.md

Security-related issues

If you run into a security-related issue, please do not open an issue for it but instead email [email protected] (preferably with a twiddle demonstrating the issue).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].