{"id":20348242,"url":"https://github.com/shelldandy/pipes","last_synced_at":"2025-06-11T21:35:37.692Z","repository":{"id":113161831,"uuid":"117360379","full_name":"shelldandy/pipes","owner":"shelldandy","description":"Plugabble pipes for a composable gulp stream","archived":false,"fork":false,"pushed_at":"2018-02-20T22:37:29.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T23:06:37.757Z","etag":null,"topics":["gulp","javascript","nodejs","pipes"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/shelldandy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-01-13T16:46:12.000Z","updated_at":"2018-01-15T21:39:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ab3b5da-11ad-4074-a24b-6b4a11e35d25","html_url":"https://github.com/shelldandy/pipes","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelldandy%2Fpipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelldandy%2Fpipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelldandy%2Fpipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelldandy%2Fpipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shelldandy","download_url":"https://codeload.github.com/shelldandy/pipes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241877486,"owners_count":20035417,"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":["gulp","javascript","nodejs","pipes"],"created_at":"2024-11-14T22:19:37.447Z","updated_at":"2025-03-04T16:16:26.417Z","avatar_url":"https://github.com/shelldandy.png","language":"JavaScript","readme":"# @pixel2html/pipes\nPlugabble pipes for a composable gulp stream\n\n```bash\nnpm install @pixel2html/pipes\n```\n\n## Example\n\n```js\nconst gulp = require('gulp')\nconst styles = require('@pixel2html/pipes').styles\n\ngulp.task('styles', () =\u003e\n  gulp.src('src/styles/**/!(_)*.scss')\n    .pipe(styles({\n      modules: true,\n      name: 'main.css',\n      production: process.env.NODE_ENV === 'production'\n    })())\n    .on('error', config.onError)\n    .pipe(gulp.dest('dist/styles'))\n)\n\n\n```\n\n## Contents\n\n* critical: create critical CSS\n* html: html with replace and posthtml\n* minifyStyles: minimize, comb, groupCssMediaQueries and nano\n* pug: pug and posthtml with modules\n* purify: remove unused CSS\n* styles: sourcemaps, postCss with modules and autoprefixer\n\n## pixel2html boilerplate\nWe use this already on our own Frontend boilerplate, don't be shy and try it out 🎩\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshelldandy%2Fpipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshelldandy%2Fpipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshelldandy%2Fpipes/lists"}