Skip to content

An Ember application for searching and visualizing GitHub repos.

Notifications You must be signed in to change notification settings

brzpegasus/ember-repo-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ember-repo-browser

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

Setup

Install Mimosa:

npm install -g mimosa

Run the App

  • mimosa watch -s (development)
  • mimosa watch -os or mimosa build (optimized build)

Launch app at http://localhost:3000/.

Run Tests

Install Testem:

npm install -g testem
  • testem (runs tests in development mode)
  • testem ci (runs tests in continuous integration mode)

About

An Ember application for searching and visualizing GitHub repos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published