Ember.js - A JavaScript framework for creating ambitious web applications
JavaScript Other
Latest commit b586fae Jan 27, 2017 @rwjblue rwjblue Post release version bump.
Permalink
Failed to load latest commit information.
bin Read `VERSION` info from current dir (not parent dir). Jan 21, 2017
blueprints Replace JSHint environment directives with ESLint pendants Jan 4, 2017
config Code cleanup based on ESLint warnings Nov 11, 2016
generators [DOC] Update license year Jan 1, 2017
lib Use eslint plugin for custom eslint rules. Jan 23, 2017
node-tests [BUG beta] blueprints/acceptance-test/mocha: Return last async helper Dec 9, 2016
packages [BUGFIX beta] simplify ActionModifierManager.update Jan 27, 2017
scripts Cleans up ember-source Oct 26, 2016
server Remove remaining JSHint/JSCS files Jan 4, 2017
tests tests: Replace "nojshint" parameter with "nolint" Jan 4, 2017
vendor/ember Code cleanup based on ESLint warnings Nov 11, 2016
.editorconfig Add EditorConfig file Jul 21, 2014
.eslintignore Add ESLint config files Jan 4, 2017
.eslintrc.js Use eslint plugin for custom eslint rules. Jan 23, 2017
.gitattributes Adds .gitattributes file to remove any concerns about collaborators h… Apr 1, 2016
.gitignore Remove '*.swp' from .gitignore May 13, 2015
.npmignore Add d8-*.js to .npmignore. Dec 2, 2016
.travis.yml Remove usage of bower. Jan 22, 2017
.watchmanconfig many build tool upgrades: Jun 7, 2015
CHANGELOG.md Add changelog for 2.10.2 [ci skip] Dec 19, 2016
CODE_OF_CONDUCT.md Add link to community guidelines as CODE_OF_CONDUCT.md. Jun 20, 2015
CONTRIBUTING.md Merge pull request #14604 from pixelhandler/triage-policy-update Jan 2, 2017
FEATURES.md [CLEANUP] `ember-testing-check-waiters` Nov 30, 2016
LICENSE [DOC] Update license year Jan 1, 2017
README.md Move contributing information out of README. Oct 27, 2016
STYLEGUIDE.md Code cleanup based on ESLint warnings Nov 11, 2016
VERSION Post release version bump. Jan 28, 2017
d8-app.js Simplify d8-runner and add simple app Oct 31, 2016
d8-runner.js Simplify d8-runner and add simple app Oct 31, 2016
ember-cli-build.js Use eslint plugin for custom eslint rules. Jan 23, 2017
ember-source.gemspec [BUGFIX beta] Remove handlebars from dependencies Dec 28, 2014
features.json Track unique history location states Jan 21, 2017
index.js Remove shims for now Jan 10, 2017
package.json Post release version bump. Jan 28, 2017
testem.dist.json ember-cli-sauce v2.0.0 Jan 8, 2017
testem.json create multiple tested files for each variation: Jul 7, 2015
testem.travis-browsers.js Run chrome/firefox in Travis (not sauce). Sep 2, 2016
yarn.lock Use eslint plugin for custom eslint rules. Jan 23, 2017
yuidoc.json fix package paths Jan 26, 2017

README.md

Build Status Code Climate Build Status

Sauce Test Status

Ember.js 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 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.

Contribution

See CONTRIBUTING.md