https://github.com/kiwiupover/test-app-kit
https://github.com/kiwiupover/test-app-kit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiwiupover/test-app-kit
- Owner: kiwiupover
- Created: 2013-08-25T23:06:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-25T23:07:10.000Z (almost 12 years ago)
- Last Synced: 2025-02-14T00:38:13.020Z (3 months ago)
- Language: JavaScript
- Size: 816 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ember App Kit [](https://travis-ci.org/stefanpenner/ember-app-kit)
Ember App Kit is a foundation for your ambitious web applications built in Ember. It's intended to be used either on its own or as the base scaffolding for generators built on for Ember applications, including [Ember Tools](https://github.com/rpflorence/ember-tools), [generator-ember](https://github.com/yeoman/generator-ember), and a hypothetical official executable at some point in the future.For usage information, please see the [getting started guide](https://github.com/stefanpenner/ember-app-kit/wiki/Getting-Started).
## Features
- (relatively) Sane project structure
- ES6 module transpiler support (easy, future-proof modules)
- Module system-aware resolver
- Simple ember-testing example
- Testing via QUnit, Ember Testing, and Karma
- Linting source via JSHint (including module syntax)
- Project compilation & minification for easy deploys
- Catch-all index.html for easy reloading of pushState router apps
- Optional CoffeeScript, SASS, and LESS support
- Optional support for package management via [bower](https://github.com/bower/bower)## Future goals
- Source maps for transpiled modules
- Better support for usage in generatorsThink anything else is missing? Feel free to open an issue (or, even better, a PR)! Discussion and feedback is always appreciated.
## Special Thanks
Some ideas in ember-app-kit originated in work by Yapp Labs (@yapplabs) with McGraw-Hill Education Labs (@mhelabs)
on [yapplabs/glazier](https://github.com/yapplabs/glazier).
Thanks to Yapp and MHE for supporting the Ember ecosystem!