sukima / ember-cheat-sheet

A cheat sheet for converting between classic and octane edition of Ember

Home Page:https://cheatsheet.glimmer.nullvoxpopuli.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project uses GitHub Actions for continuous integration. This project uses Percy.io for visual regression testing.

Ember Cheat Sheet

Check out the deployed app. Yep, it uses Ember Octane!

You can see side-by-side examples of Ember Octane and Ember Classic.

How to Contribute

Contributions are welcome! Please read CONTRIBUTING.md for more information.

Continuous integration

We use GitHub Actions to lint and test the app when a PR (pull request) is created and merged.

Run the following commands to lint and test from local machine:

yarn lint
yarn test

To fix linting errors, try the following command:

yarn lint:fix

Continuous deployment

We use GitHub Actions to deploy the app to gh-pages branch when a PR is merged.

If you are a repo maintainer, you can run the following command to deploy from local machine:

yarn deploy

Credits

This app was inspired by You might not need jQuery.

About

A cheat sheet for converting between classic and octane edition of Ember

https://cheatsheet.glimmer.nullvoxpopuli.com/docs

License:MIT License


Languages

Language:JavaScript 57.2%Language:CSS 18.5%Language:Handlebars 12.2%Language:HTML 6.1%Language:TypeScript 6.0%