{"id":23338744,"url":"https://github.com/appfeel/gulp-htmlhint-html-reporter","last_synced_at":"2025-04-07T13:44:41.208Z","repository":{"id":57257806,"uuid":"53522222","full_name":"appfeel/gulp-htmlhint-html-reporter","owner":"appfeel","description":"A simple reporter for gulp-htmlhint that writes it's output to a html file which looks pretty.","archived":false,"fork":false,"pushed_at":"2016-03-09T23:36:49.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T17:04:11.897Z","etag":null,"topics":[],"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/appfeel.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}},"created_at":"2016-03-09T18:41:19.000Z","updated_at":"2016-10-24T13:22:25.000Z","dependencies_parsed_at":"2022-08-25T21:22:17.801Z","dependency_job_id":null,"html_url":"https://github.com/appfeel/gulp-htmlhint-html-reporter","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/appfeel%2Fgulp-htmlhint-html-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfeel%2Fgulp-htmlhint-html-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfeel%2Fgulp-htmlhint-html-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfeel%2Fgulp-htmlhint-html-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appfeel","download_url":"https://codeload.github.com/appfeel/gulp-htmlhint-html-reporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247666005,"owners_count":20975785,"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":[],"created_at":"2024-12-21T03:16:18.384Z","updated_at":"2025-04-07T13:44:41.189Z","avatar_url":"https://github.com/appfeel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"gulp-htmlhint-html-reporter\r\n====================\r\n\r\nA simple reporter for [gulp-htmlhint](https://www.npmjs.com/package/gulp-htmlhint) that writes it's output to an html file which looks pretty.\r\n\r\n## Installation\r\n\r\n```bash\r\nnpm install gulp-htmlhint-html-reporter --save\r\n```\r\n\r\n## Usage\r\n\r\n```javascript\r\nvar gulp = require('gulp');\r\nvar htmlhint = require('gulp-htmlhint');\r\n\r\ngulp.task('lint', function() {\r\n  return gulp.src('./lib/*.js')\r\n    .pipe(htmlhint())\r\n    .pipe(htmlhint.reporter('gulp-htmlhint-html-reporter', {\r\n      filename: __dirname + '/htmlhint-output.html',\r\n      createMissingFolders : false  \r\n    }));\r\n});\r\n```\r\n\r\n## Options\r\n\r\nPlugin options:\r\n\r\nType: `filename`\r\nDefault: `\"htmlhint-output.html\"`\r\n\r\nThe filename to write output from htmlhint. When linting is successfull, the file is not created.\r\n\r\nType: `createMissingFolders`\r\nDefault: `false`\r\n\r\nEnables or disables creation of any folders given in the filename that do not exist. \r\nIf disabled and the given path contains folders which do not exist, an ENOENT error is thrown. \r\n\r\n## License\r\n\r\n[MIT](http://opensource.org/licenses/MIT) © [AppFeel](https://appfeel.com)\r\n\r\n## Release History\r\n\r\n* 1.0.0 Initial release\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappfeel%2Fgulp-htmlhint-html-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappfeel%2Fgulp-htmlhint-html-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappfeel%2Fgulp-htmlhint-html-reporter/lists"}