{"id":22350390,"url":"https://github.com/planetoftheweb/coffeescript","last_synced_at":"2025-07-30T06:31:47.166Z","repository":{"id":14409957,"uuid":"17120767","full_name":"planetoftheweb/coffeescript","owner":"planetoftheweb","description":"Repository for my tutorial course: Repository for my tutorial course: Grunt.js Web Workflows on LinkedIn Learning and Lynda.com. on LinkedIn Learning and Lynda.com.","archived":false,"fork":false,"pushed_at":"2017-11-09T21:05:58.000Z","size":3953,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T03:11:06.405Z","etag":null,"topics":["coffeescript","javascript","linkedinlearning","lynda","lynda-com","rayvillalobos","training","tutorial"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/learning/learning-coffeescript?trk=insiders_6787408_learning","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/planetoftheweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-24T00:33:05.000Z","updated_at":"2023-09-27T08:07:16.000Z","dependencies_parsed_at":"2022-09-02T14:02:27.797Z","dependency_job_id":null,"html_url":"https://github.com/planetoftheweb/coffeescript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/planetoftheweb/coffeescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Fcoffeescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Fcoffeescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Fcoffeescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Fcoffeescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/planetoftheweb","download_url":"https://codeload.github.com/planetoftheweb/coffeescript/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Fcoffeescript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267822339,"owners_count":24149601,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["coffeescript","javascript","linkedinlearning","lynda","lynda-com","rayvillalobos","training","tutorial"],"created_at":"2024-12-04T11:11:32.622Z","updated_at":"2025-07-30T06:31:46.731Z","avatar_url":"https://github.com/planetoftheweb.png","language":"CSS","readme":"# Learning CoffeeScript\nThis is the repository for my course Learning CoffeeScript. The full course is available on [LinkedIn Learning](https://www.linkedin.com/learning/learning-coffeescript?trk=insiders_6787408_learning) and [Lynda.com](https://www.lynda.com/Developer-Web-Design-tutorials/Up-Running-CoffeeScript/154415-2.html)\n\n[![Learning CoffeeScript](https://media-exp2.licdn.com/media-proxy/ext?w=1200\u0026h=675\u0026f=n\u0026hash=S0bwMEpxZDhakpduXkiD2vmEuRY%3D\u0026ora=1%2CaFBCTXdkRmpGL2lvQUFBPQ%2CxAVta5g-0R6plxVUzgUv5K_PrkC9q0RIUJDPBy-gXiGu-9CfYXLtfcbaZLSioV4XfSwHkgU6ee-sRjbiFo69LcLmY4Yx3A)](https://www.linkedin.com/learning/learning-coffeescript?trk=insiders_6787408_learning)\n\nLearning CoffeeScript allows front-end developers to write JavaScript more beautifully and efficiently. It gives your code an extra zing. This course teaches the best features from the CoffeeScript language, like splats and ranges, plus how to write common JavaScript commands more efficiently using CoffeeScript. Author Ray Villalobos also shows how to work with Gulp.js, a streaming build system for not only CoffeeScript, but also Sass, LESS, JavaScript, and CSS.\n\n## Instructions\nThis repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage. Or you can simply add `/tree/BRANCH_NAME` to the URL to go to the branch you want to peek at. \n\n## Branches\nThe branches are structured so that they correspond to the videos in the course. So, for example if I name a branch `02_03b` then that branch corresponds to the second chapter and the third video in that chapter. The extra letter at the end of the name corresponds to the state of the branch. A `b` means that this is how the code looks at the beginning of the video, an `e` means that is how the code looked at the end of the video.\n\nYou may find additional branches that correspod to other states, so for example, you may see a `t`, which means this is a target branch. A target branch is something I use during development or updates of a course and it's for a branch that I'm working towards. For the purposes of taking a course, you may ignore any additional branches. The `master` branch usually has the state of the project as I'm working through it and the final state of the code when I finish the course. \n\n## Installing\n1. Make sure you have these installed\n\t- [node.js](http://nodejs.org/)\n\t- [git](http://git-scm.com/)\n2. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) `\u003e git clone CLONEURL`\n3. CD to the folder `cd FOLDERNAME`\n4. Run `\u003e npm install` to install the project dependencies\n5. Run `\u003e grunt` to start live preview server\n\n## More Stuff\nCheck out some of my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/ray-villalobos?trk=insiders_6787408_learning) and [lynda.com](http://lynda.com/rayvillalobos). You can follow me on [LinkedIn](https://www.linkedin.com/in/planetoftheweb/), read [my blog](http://raybo.org), [follow me on twitter](http://twitter.com/planetoftheweb), or check out my [youtube channel](http://youtube.com/planetoftheweb).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetoftheweb%2Fcoffeescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplanetoftheweb%2Fcoffeescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetoftheweb%2Fcoffeescript/lists"}