{"id":15428949,"url":"https://github.com/timdaub/yage","last_synced_at":"2025-03-28T05:24:20.128Z","repository":{"id":151389375,"uuid":"45634887","full_name":"TimDaub/yage","owner":"TimDaub","description":null,"archived":false,"fork":false,"pushed_at":"2016-05-10T21:04:53.000Z","size":126,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T06:24:13.493Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/TimDaub.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-05T19:40:19.000Z","updated_at":"2016-05-10T20:14:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"bcf3e02b-a306-419b-99af-1f1899151011","html_url":"https://github.com/TimDaub/yage","commit_stats":{"total_commits":29,"total_committers":9,"mean_commits":"3.2222222222222223","dds":0.3448275862068966,"last_synced_commit":"2e35708a372c392556d02d5a3f0cd4579795da38"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimDaub%2Fyage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimDaub%2Fyage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimDaub%2Fyage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimDaub%2Fyage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimDaub","download_url":"https://codeload.github.com/TimDaub/yage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245974977,"owners_count":20703135,"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-01T18:08:10.889Z","updated_at":"2025-03-28T05:24:20.105Z","avatar_url":"https://github.com/TimDaub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ES6 Babel Browserify Boilerplate\n\nThis is an boilerplate repo to make it easy to experiment with [ES6]. It's inspired by [es6-browserify-boilerplate](https://github.com/thoughtram/es6-browserify-boilerplate) but uses babel (formerly 6to5) for transpilation which does not depend on any runtime.\n\n\n### Initial setup\n\n```bash\n# Clone the repo...\ngit clone https://github.com/thoughtram/es6-6to5-browserify-boilerplate.git\ncd es6-6to5-browserify-boilerplate\n\n# Then, you need to install all the dependencies...\nnpm install\n\n# If you wanna be able to use global commands `karma` and `gulp`...\nnpm install -g gulp\n```\n\n### Running in the browser\n```bash\ngulp build\ngulp serve\n\n# If you wanna Gulp to re-build on every change...\ngulp watch\n```\n\n\n### WTF is ES6?\nSimply, the next version of JavaScript that contains some really cool features. You might check out some of these:\n\n- https://wiki.mozilla.org/ES6_plans\n- http://globaldev.co.uk/2013/09/es6-part-1/\n- http://code.tutsplus.com/tutorials/eight-cool-features-coming-in-es6--net-33175\n\n\n### What are all the pieces involved?\n\n#### [Babel]\nTranspiles ES6 code into regular ES5 (today's JavaScript) so that it can be run in a today browser. Like traceur but doesn't need a runtime to work. Formerly known as 6to5.\n\n#### [CommonJS]\nBabel is configured to transpile ES6 modules into CommonJS syntax and we use browserify to bundle the code into one file to deliver it to the browser.\n\n#### [Browserify]\nBrowserify walks through all files and traces down all `require()`s to bundle all files together.  \n\n#### [Gulp]\nTask runner to make defining and running the tasks simpler.\n\n[ES6]: http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts\n[Babel]: http://babeljs.io/\n[CommonJS]: http://wiki.commonjs.org/wiki/CommonJS\n[Browserify]: http://browserify.org/\n[Gulp]: http://gulpjs.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimdaub%2Fyage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimdaub%2Fyage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimdaub%2Fyage/lists"}