An Ember application for searching and visualizing GitHub repos (WIP).
This is mostly an experimentation ground for various features.
- Mimosa as the dev and build tool
- RequireJS + ES6 modules via transpilation to AMD
- files are kept separate for development; rebuilds only what's necessary
- almond.js for optimized build
- Module-aware resolver
- no need to attach properties to the Application namespace
- dependencies are managed by mimosa-dependency-bundler
Install Mimosa:
npm install -g mimosamimosa watch -s(development)mimosa watch -osormimosa build(optimized build)
Launch app at http://localhost:3000/.
Install Testem:
npm install -g testemtestem(runs tests in development mode)testem ci(runs tests in continuous integration mode)