{"id":23012459,"url":"https://github.com/dummy-team/dummy","last_synced_at":"2026-03-07T22:31:38.018Z","repository":{"id":11868474,"uuid":"14428418","full_name":"dummy-team/dummy","owner":"dummy-team","description":"Solid foundations for modern front-end development - Pug, Sass, javascript \u0026 automation","archived":false,"fork":false,"pushed_at":"2019-03-27T12:10:53.000Z","size":19305,"stargazers_count":7,"open_issues_count":7,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-02-11T05:07:18.315Z","etag":null,"topics":["dummy","es6","gulp","itcss","javascript","pug","sass"],"latest_commit_sha":null,"homepage":"http://dummy-team.github.io/dummy/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dummy-team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-15T15:54:07.000Z","updated_at":"2024-05-22T13:47:48.000Z","dependencies_parsed_at":"2022-09-10T23:56:56.991Z","dependency_job_id":null,"html_url":"https://github.com/dummy-team/dummy","commit_stats":null,"previous_names":["in8/dummy"],"tags_count":66,"template":false,"template_full_name":null,"purl":"pkg:github/dummy-team/dummy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dummy-team%2Fdummy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dummy-team%2Fdummy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dummy-team%2Fdummy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dummy-team%2Fdummy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dummy-team","download_url":"https://codeload.github.com/dummy-team/dummy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dummy-team%2Fdummy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30234512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: 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":["dummy","es6","gulp","itcss","javascript","pug","sass"],"created_at":"2024-12-15T10:14:29.496Z","updated_at":"2026-03-07T22:31:37.991Z","avatar_url":"https://github.com/dummy-team.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Dummy](https://raw.githubusercontent.com/dummy-team/dummy/gh-pages/img/dummy.png)\n\n## Solid foundations for modern development\n_Sass, Javascript \u0026 automation_\n\nThe purpose of the dummy is to provide a consistent file structure with a normalized code and a collection of helpers and resets ([_Components served separately_](https://github.com/dummy-team/dummy-toolkit)). It wraps [ITCSS](http://itcss.io/) principles with a powerful automation system.\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dummy-team/dummy?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=body_badge)\n\n# Features\n\n## Pug as templating system\n- Use layouts and partials to power your static websites\n\n## A Sass \u0026 Javascript structure\n- It follows [ITCSS](https://www.youtube.com/watch?v=1OKZOV-iLj4) concepts\n- A simple font sizing : 1.6em = 16px\n- A collection of variables to manage default sizing, fonts and colors\n\n## Gulp to make your life easier\n- Compiles your `*.pug` pages\n- Compiles your `*.sass` files\n- Prefixes your css\n- Bundles your `*.js` files with [browserify](http://browserify.org/) and [Babeljs](http://babeljs.io)\n- Minify css and uglify js\n- Serves your files\n- Synchronizes and reloads your modifications across browsers\n\n# Usage\n  First, ensure that you have the latest [Node.js](http://nodejs.org/) and [npm](http://npmjs.org/) installed.\n\n\n## Plug and play\n### Plug\n#### Yo Dummies!\nScaffold a dummy with the yeoman generator:\n\n1. Install [Yeoman](http://yeoman.io/), [yarn](https://yarnpkg.com/fr/) \u0026\u0026 [generator-dummies](https://github.com/dummy-team/generator-dummies)\n- Go to your project folder, then run: `yo dummies`\n- You can now import components from [dummy-toolkit](https://github.com/dummy-team/dummy-toolkit) with `yo dummies:toolkit`\n\n#### Manual installation\nGet it from github:\n\n1. Download [latest release](https://github.com/dummy-team/dummy/releases)\n- Run `npm install` to install all dependencies\n- To build `pug`, `sass` and`js` run `gulp build`\n\n```shell\ncurl -L https://github.com/dummy-team/dummy/archive/master.tar.gz | tar zx \u0026\u0026 cd ./dummy-master/ \u0026\u0026 npm i \u0026\u0026 gulp\n```\n\n### Play\n\n1. To start working and serving files run `gulp`\n- Browser-sync will prompt the server url (`localhost:3000`)\n- You can now edit `*.pug`, `*.sass` \u0026 `*.js` files, `*.html`, `*.css`, `*.js` and assets will be overwritten\n\n# Keep in touch\n\nIf you find any caveats using it or have suggestions to improve the tool we gladly accept [Pull Requests](https://github.com/dummy-team/dummy/tree/master/CONTRIBUTING.md#submitting-a-pull-request) and [issues](https://github.com/dummy-team/dummy/issues).\n\n# Thanks\nThanks to Stéphanie Dragon who crafted such a nice logo !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdummy-team%2Fdummy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdummy-team%2Fdummy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdummy-team%2Fdummy/lists"}