{"id":24319696,"url":"https://github.com/dasx10/gulp-hex-color-min","last_synced_at":"2026-04-21T16:37:47.381Z","repository":{"id":57257724,"uuid":"339474840","full_name":"dasx10/gulp-hex-color-min","owner":"dasx10","description":"hex color minify","archived":false,"fork":false,"pushed_at":"2021-02-17T09:52:59.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T05:10:20.068Z","etag":null,"topics":["color","css","gulpfile","hex","minify"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gulp-hex-color-min","language":null,"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/dasx10.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":"2021-02-16T17:22:39.000Z","updated_at":"2021-02-17T09:40:01.000Z","dependencies_parsed_at":"2022-08-25T19:12:37.843Z","dependency_job_id":null,"html_url":"https://github.com/dasx10/gulp-hex-color-min","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dasx10/gulp-hex-color-min","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasx10%2Fgulp-hex-color-min","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasx10%2Fgulp-hex-color-min/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasx10%2Fgulp-hex-color-min/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasx10%2Fgulp-hex-color-min/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dasx10","download_url":"https://codeload.github.com/dasx10/gulp-hex-color-min/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasx10%2Fgulp-hex-color-min/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260571924,"owners_count":23029974,"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":["color","css","gulpfile","hex","minify"],"created_at":"2025-01-17T15:36:27.050Z","updated_at":"2026-04-21T16:37:42.318Z","avatar_url":"https://github.com/dasx10.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp hex color minify\n\n## install \n\n```\nnpm i -D gulp-hex-color-min\n```\n\n## use\n```\nconst gulp = require('gulp');\nconst hexMin = require('gulp-hex-color-min')\n\nfunction css(){\n    return gulp.src('./*.css')\n    .pipe(hexMin())\n    .pipe(gulp.dest('./dist'))\n}\n\nmodule.exports.css = css;\n```\n## run\n```\ngulp css\n```\n\n## example\ninput\n```\ndiv{\n    background: #220011;\n    color: #333333;\n    color: #332222;\n    color: #112233;\n    color: #FFAAAA;\n    color: #ffAAbb;\n\n    /* example no compress*/\n    color: #123456;\n    color: #12aa56;\n    color: #11aa56;\n    color: #12aa55;\n}\n```\noutput\n```\ndiv{\n    background: #201;\n    color: #333;\n    color: #322;\n    color: #123;\n    color: #faa;\n    color: #fab;\n\n    /* example no compress*/\n    color: #123456;\n    color: #12aa56;\n    color: #11aa56;\n    color: #12aa55;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasx10%2Fgulp-hex-color-min","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdasx10%2Fgulp-hex-color-min","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasx10%2Fgulp-hex-color-min/lists"}