{"id":26018993,"url":"https://github.com/moonwave99/brunch-with-waffel","last_synced_at":"2026-04-17T18:02:42.672Z","repository":{"id":31907425,"uuid":"35476514","full_name":"moonwave99/brunch-with-waffel","owner":"moonwave99","description":"Boilerplate application for Brunch with Waffel static generator included.  http://www.diegocaponera.com","archived":false,"fork":false,"pushed_at":"2016-11-30T14:04:20.000Z","size":18,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-06T20:54:33.939Z","etag":null,"topics":["brunch","brunch-skeleton","waffel"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/moonwave99.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-05-12T08:35:14.000Z","updated_at":"2017-01-11T14:07:11.000Z","dependencies_parsed_at":"2022-09-23T05:41:21.901Z","dependency_job_id":null,"html_url":"https://github.com/moonwave99/brunch-with-waffel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moonwave99/brunch-with-waffel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwave99%2Fbrunch-with-waffel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwave99%2Fbrunch-with-waffel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwave99%2Fbrunch-with-waffel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwave99%2Fbrunch-with-waffel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moonwave99","download_url":"https://codeload.github.com/moonwave99/brunch-with-waffel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwave99%2Fbrunch-with-waffel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31939788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["brunch","brunch-skeleton","waffel"],"created_at":"2025-03-06T06:39:56.716Z","updated_at":"2026-04-17T18:02:42.654Z","avatar_url":"https://github.com/moonwave99.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brunch with Waffel\n![bwc-logo](http://brunch.io/images/svg/brunch.svg)\n\nThis is HTML5 application, built with\n[Brunch](http://brunch.io) and static site generator [Waffel](http://moonwave99.github.io/waffel).\n\n## Installation\nClone this repo manually, or use `brunch` itself:\n\n    $ brunch new [targetFolder] --skeleton https://github.com/moonwave99/brunch-with-waffel\n\n## Getting started\n* Install (if you don't have them):\n    * [Node.js](http://nodejs.org) (v6.x onwards): `brew install node` on OS X, but [nvm](https://github.com/creationix/nvm) is your friend;\n    * [Brunch](http://brunch.io): `npm install -g brunch`;\n    * Brunch plugins and other dependencies: `npm install`.\n* Run:\n    * `npm start` (`brunch watch --server`) — watches the project with continuous rebuild. This will also launch HTTP server with [pushState](https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history);\n    * `npm run build` (`brunch build -p -e production`) — builds minified project for production, using `production`configuration of `brunch-config.coffee`.\n* Learn:\n    * `public/` dir is fully auto-generated and served by HTTP server.  Write your code in `app/` dir;\n    * Place static files you want to be copied from `app/assets/` to `public/`;\n    * [Brunch site](http://brunch.io), [Waffel site](http://moonwave99.github.io/waffel).\n\n---------------\n## License\nThe MIT license.\n\nCopyright (c) 2012 Paul Miller (http://paulmillr.com/) [brunch]\n\nCopyright (c) 2016 Diego Caponera (http://www.diegocaponera.com) [this skeleton]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonwave99%2Fbrunch-with-waffel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonwave99%2Fbrunch-with-waffel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonwave99%2Fbrunch-with-waffel/lists"}