{"id":24120857,"url":"https://github.com/webdevian/style-guider-demo","last_synced_at":"2026-03-04T03:01:51.776Z","repository":{"id":271897472,"uuid":"86795526","full_name":"webdevian/style-guider-demo","owner":"webdevian","description":"Demo site built with generator-style-guider","archived":false,"fork":false,"pushed_at":"2020-05-25T12:22:12.000Z","size":560,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T21:47:17.307Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/webdevian.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":"2017-03-31T08:18:43.000Z","updated_at":"2022-03-13T06:16:09.000Z","dependencies_parsed_at":"2025-01-10T16:30:05.816Z","dependency_job_id":"2867f417-5bf3-452a-bc10-602bb5af1cee","html_url":"https://github.com/webdevian/style-guider-demo","commit_stats":null,"previous_names":["webdevian/style-guider-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webdevian/style-guider-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevian%2Fstyle-guider-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevian%2Fstyle-guider-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevian%2Fstyle-guider-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevian%2Fstyle-guider-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdevian","download_url":"https://codeload.github.com/webdevian/style-guider-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevian%2Fstyle-guider-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30070479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T01:03:42.280Z","status":"online","status_checked_at":"2026-03-04T02:00:07.464Z","response_time":59,"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":[],"created_at":"2025-01-11T10:41:36.175Z","updated_at":"2026-03-04T03:01:51.761Z","avatar_url":"https://github.com/webdevian.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Style Guider Demo\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/webdevian/style-guider-demo.svg)](https://greenkeeper.io/)\n[![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Code Climate][codeclimate-image]][codeclimate-url]\n\u003e [View the demo](https://webdevian.github.io/style-guider-demo/)\n\nA web framework and style guide built with Style Guider [NPM](https://www.npmjs.com/package/generator-style-guider) [GitHub](https://github.com/webdevian/generator-style-guider)\n\n## Setup\n\nClone the project and use `npm install` to install dependencies\n\n## Scripts\n\nA few gulp scripts are included\n\n### Build\n\nCompile the JS/CSS and build the style guide html with `npm run build`. The documentation with live preview is generated as `index.html`\n\n### Lint\n\nCheck the code style of JS, CSS and Pug files with `npm run lint`\n\n### Watch\n\nCombine the build and lint tasks and watch for file changes with `npm start`. A local server is also launched for previewing the style guide.\n\n### Compile JS/CSS for distribution\n\nCompile the JS/CSS in the dist folder with `npm run dist`\n\n## Adding new components\n\nTo create new components, [Style Guider](https://www.npmjs.com/package/generator-style-guider) is required. First install it:\n\n```bash\nnpm install -g yo\nnpm install -g generator-style-guider\n```\n\nThen add a new component using the prompt with:\n\n```bash\nyo style-guider:component\n```\n\n## Git Hooks\n\nThere are pre-commit and pre-push hooks for linting, and building the minified files in `dist/`\n\n## Incorporating this framework in other projects\n\nThis project also acts as a web framework, with re-usable SCSS mixins, pug mixins and front-end javascript that can be included in other projects. Just add it as an npm dependency so it is stored in `node_modules` then the mixin endpoints (or minified dist files) will be available to your project code. \n\n\n[travis-image]: https://travis-ci.org/webdevian/style-guider-demo.svg?branch=master\n[travis-url]: https://travis-ci.org/webdevian/style-guider-demo\n[daviddm-image]: https://david-dm.org/webdevian/style-guider-demo.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/webdevian/style-guider-demo\n[codeclimate-image]: https://codeclimate.com/github/webdevian/style-guider-demo/badges/gpa.svg\n[codeclimate-url]: https://codeclimate.com/github/webdevian/style-guider-demo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevian%2Fstyle-guider-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdevian%2Fstyle-guider-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevian%2Fstyle-guider-demo/lists"}