{"id":15044831,"url":"https://github.com/vitorluizc/gulp-html-accents","last_synced_at":"2025-10-24T14:31:17.163Z","repository":{"id":57257746,"uuid":"85099247","full_name":"VitorLuizC/gulp-html-accents","owner":"VitorLuizC","description":"Encodes accents and other diacritics into HTML Entities.","archived":false,"fork":false,"pushed_at":"2020-06-02T06:55:47.000Z","size":770,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T06:51:41.709Z","etag":null,"topics":["encode","gulp","html","html-entities","javascript","replace-accents"],"latest_commit_sha":null,"homepage":"","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/VitorLuizC.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-15T17:03:22.000Z","updated_at":"2024-06-04T21:30:28.000Z","dependencies_parsed_at":"2022-08-25T19:12:37.822Z","dependency_job_id":null,"html_url":"https://github.com/VitorLuizC/gulp-html-accents","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/VitorLuizC%2Fgulp-html-accents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitorLuizC%2Fgulp-html-accents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitorLuizC%2Fgulp-html-accents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitorLuizC%2Fgulp-html-accents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VitorLuizC","download_url":"https://codeload.github.com/VitorLuizC/gulp-html-accents/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237982317,"owners_count":19397244,"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":["encode","gulp","html","html-entities","javascript","replace-accents"],"created_at":"2024-09-24T20:51:06.631Z","updated_at":"2025-10-24T14:31:07.150Z","avatar_url":"https://github.com/VitorLuizC.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-html-accents\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/VitorLuizC/gulp-html-accents.svg)](https://greenkeeper.io/)\n[![Build Status](https://travis-ci.org/VitorLuizC/gulp-html-accents.svg?branch=master)](https://travis-ci.org/VitorLuizC/gulp-html-accents)\n\nEncodes accents and other diacritics to HTML Entities using [`he`](https://www.npmjs.com/package/he).\n\n```html\n\u003cp\u003eOlá, tudo bem com você?\u003c/p\u003e\n```\n\nencodes to\n\n```html\n\u003cp\u003eOl\u0026#xE1;, tudo bem com voc\u0026#xEA;?\u003c/p\u003e\n```\n\n## Usage\nLike any other _gulp plugin_.\n\n```js\nconst gulp = require('gulp');\nconst accents = require('gulp-html-accents');\n\ngulp.task('process:html', () =\u003e {\n  gulp.src('./src/index.html')\n    .pipe(accents(/* he.encode options */))\n    .pipe(gulp.dest('./dist'));\n});\n```\n\n## Options\n\n`gulp-html-accents` can, optionally, receives [`he.encode` options](https://github.com/mathiasbynens/he#heencodetext-options) as argument.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitorluizc%2Fgulp-html-accents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitorluizc%2Fgulp-html-accents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitorluizc%2Fgulp-html-accents/lists"}