{"id":16348422,"url":"https://github.com/devinus/ember-skeleton","last_synced_at":"2025-11-10T02:30:16.176Z","repository":{"id":2980356,"uuid":"3996122","full_name":"devinus/ember-skeleton","owner":"devinus","description":"A skeleton application framework using Ember.js and Rake Pipeline","archived":false,"fork":false,"pushed_at":"2012-08-23T20:10:29.000Z","size":625,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T03:48:08.216Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/devinus/ember-skeleton","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devinus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-11T17:25:15.000Z","updated_at":"2013-10-20T16:31:50.000Z","dependencies_parsed_at":"2022-09-02T18:21:59.091Z","dependency_job_id":null,"html_url":"https://github.com/devinus/ember-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fember-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fember-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fember-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fember-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devinus","download_url":"https://codeload.github.com/devinus/ember-skeleton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239576791,"owners_count":19662114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T00:51:54.066Z","updated_at":"2025-11-10T02:30:16.117Z","avatar_url":"https://github.com/devinus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ember Skeleton\n==============\n\nA skeleton application framework using Ember.js and Rake Pipeline.\n\nRunning\n-------\n\n    $ bundle install\n    $ bundle exec rackup\n\nApp Structure\n-------------\n\n    ember-skeleton\n    ├── Assetfile - App build file\n    ├── Gemfile - Package dependencies for rakep/rack\n    ├── Gemfile.lock - Here be dragons: don't touch, always include\n    ├── app - App specific code\n    │   ├── css - App CSS or SCSS (.scss)\n    │   ├── lib - App code, *modularized during build*\n    │   ├── modules - Module code, *already modularized*\n    │   ├── plugins - Plugins (e.g. jquery.jsonrpc.js)\n    │   │   └── loader.js - JS module loader\n    │   ├── static - Static files, never touched, copied over during build\n    │   ├── templates - Handlebars templates, *modularized during build*\n    │   ├── tests - QUnit application tests\n    │   └── vendor - Vendor code, *modularized during build*\n    ├── assets - Built out asset files, minified in production\n    │   ├── app.css - Built out app CSS/SCSS\n    │   ├── app.js - Built out app JS\n    │   └── loader.js - Built out JS module loader\n    ├── config.ru - Rack development web server configuration\n    ├── index.html - The app entry point\n    ├── tests - QUnit testing files\n    │   ├── index.html - The testing entry point\n    │   ├── qunit - Testing support files\n    │   └── run-tests.js - The PhantomJS QUnit test runner\n    └── tmp - Temporary build files used by rakep\n\nTesting\n-------\n\nYou can test the app by invoking:\n\n    $ bundle exec rake test\n\nThis executes the tests by using [PhantomJS](http://www.phantomjs.org/),\nwhich you need to have installed.\n\nOr you can run the tests via:\n\n    $ bundle exec rackup\n    $ open http://localhost:9292/tests/index.html\n\nIf you want to continuously run the tests every time a file changes, invoke:\n\n    $ bundle exec guard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinus%2Fember-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevinus%2Fember-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinus%2Fember-skeleton/lists"}