{"id":20497222,"url":"https://github.com/alexcambose/gulp-ahex","last_synced_at":"2026-05-04T18:31:46.785Z","repository":{"id":57147210,"uuid":"101640043","full_name":"alexcambose/gulp-ahex","owner":"alexcambose","description":"Alpha hexadecimal gulp plugin","archived":false,"fork":false,"pushed_at":"2017-08-28T13:45:15.000Z","size":3,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-21T04:21:14.897Z","etag":null,"topics":["alpha","converter","css","gulp","gulp-plugin","hexadecimal","opacity","plugin","rgb","rgba"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/alexcambose.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":"2017-08-28T12:17:28.000Z","updated_at":"2019-09-02T08:49:22.000Z","dependencies_parsed_at":"2022-09-05T16:41:35.842Z","dependency_job_id":null,"html_url":"https://github.com/alexcambose/gulp-ahex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcambose%2Fgulp-ahex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcambose%2Fgulp-ahex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcambose%2Fgulp-ahex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcambose%2Fgulp-ahex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexcambose","download_url":"https://codeload.github.com/alexcambose/gulp-ahex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242087870,"owners_count":20069722,"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":["alpha","converter","css","gulp","gulp-plugin","hexadecimal","opacity","plugin","rgb","rgba"],"created_at":"2024-11-15T18:10:24.949Z","updated_at":"2026-05-04T18:31:46.736Z","avatar_url":"https://github.com/alexcambose.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-ahex\nAlpha hexadecimal [gulp](https://gulpjs.com/) plugin\n## Installation\n```\nnpm install -S gulp-ahex\n```\n\n[npm](https://www.npmjs.com/package/gulp-ahex)\n## Usage\n`gulpfile.js`\n```js\nconst gulp = require('gulp');\nconst ahex = require('gulp-ahex');\n\ngulp.task('css', function(){\n  return gulp.src('./src/style.css')\n    .pipe(ahex())\n    .pipe(gulp.dest('./dist/'))\n});\n\ngulp.task('default', [ 'css' ]);\n```\ninput file `src/style.css`\n```css\nbody{\n  color: #00ff0077;\n}\n```\noutput file `dist/style.css`\n```css\nbody{\n  color: rgba(0, 255, 0, 0.47);\n}\n```\n\nGo [here](https://github.com/alexcambose/ahex) for more documentation about writing ahex colors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcambose%2Fgulp-ahex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexcambose%2Fgulp-ahex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcambose%2Fgulp-ahex/lists"}