{"id":15725164,"url":"https://github.com/michalzalecki/anguloffee","last_synced_at":"2025-03-31T01:16:49.754Z","repository":{"id":25355983,"uuid":"28783694","full_name":"MichalZalecki/anguloffee","owner":"MichalZalecki","description":"AngularJS with CoffeeScript","archived":false,"fork":false,"pushed_at":"2015-05-29T07:06:06.000Z","size":200,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T06:33:01.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MichalZalecki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-04T19:29:10.000Z","updated_at":"2015-02-21T10:54:34.000Z","dependencies_parsed_at":"2022-08-06T04:01:15.541Z","dependency_job_id":null,"html_url":"https://github.com/MichalZalecki/anguloffee","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/MichalZalecki%2Fanguloffee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichalZalecki%2Fanguloffee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichalZalecki%2Fanguloffee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichalZalecki%2Fanguloffee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichalZalecki","download_url":"https://codeload.github.com/MichalZalecki/anguloffee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399802,"owners_count":20770909,"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-03T22:19:56.437Z","updated_at":"2025-03-31T01:16:49.729Z","avatar_url":"https://github.com/MichalZalecki.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anguloffee - AngularJS with CoffeeScript\n\nThis project is an application skeleton for a typical [AngularJS](http://angularjs.org/) web app with [CoffeeScript](http://coffeescript.org) similar to [angular-seed](https://github.com/angular/angular-seed).\n\n## Anguloffee has:\n\n* Support for CoffeeScript\n* Up-to-date dependencies (Angular, Jasmine, Karma)\n* [PhantomJS](http://phantomjs.org/) as default environment for running unit\n  tests instead of Chrome. That gives you ability to test your application also in cloud based IDE like Cloud9.\n* Task runner agnostic approach. Use Gulp, Grunt, Broccoli, Cake or whatever else which suits you best!\n* Cool name. AngularJS + Coffee = Anguloffee. That's funny..., right?\n\n## Conventions (and weird stuff):\n\n* **ng-strict-di** Using strict dependency injection is highly recommended. Use [Inline Array Annotation](https://docs.angularjs.org/guide/di#inline-array-annotation) instead of [Implicit Annotation](https://docs.angularjs.org/guide/di#implicit-annotation).\n* **app/lib?** Keep there libraries which cannot be installed via brower e.g. customized version of Modernizr.\n* **jQuery dependency?** Yeah! You probably don't need it in your app but it comes in handy when unit testing.\n\n## Instalation\n\nTo get Anguloffee working run:\n\n```\nnpm install\nbower install\n```\n\nIf you don't have `karma-cli` installed yet you should do it in order to run tests. HTTP server is optional.\n\n```\nnpm install -g coffee-script\nnpm install -g karma-cli\nnpm install -g http-server\n```\n\nTo run E2E test you'll need [Protractor](http://angular.github.io/protractor/):\n\n```\nnpm install -g protractor\n```\n\n## Available commands\n\nThere are some npm commands defined in package.json.\n\nRun unit tests:\n```\nnpm test\n```\n\nStart server (via http-server):\n```\nnpm start\n```\n\nStart server (via http-server) in Cloud9:\n```\nnpm run start-c9\n```\n\nCompile CoffeeScript:\n```\nnpm run coffee\n```\n\nRun E2E test:\n```\nnpm run protractor\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalzalecki%2Fanguloffee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichalzalecki%2Fanguloffee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalzalecki%2Fanguloffee/lists"}