{"id":24983715,"url":"https://github.com/posthtml/gulp-htmlnano","last_synced_at":"2025-03-29T10:12:48.876Z","repository":{"id":66111647,"uuid":"50037864","full_name":"posthtml/gulp-htmlnano","owner":"posthtml","description":"Minify HTML with htmlnano","archived":false,"fork":false,"pushed_at":"2016-11-20T15:12:04.000Z","size":5,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T21:06:03.256Z","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/posthtml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-01-20T15:09:11.000Z","updated_at":"2016-11-20T15:09:12.000Z","dependencies_parsed_at":"2023-03-10T02:16:40.379Z","dependency_job_id":null,"html_url":"https://github.com/posthtml/gulp-htmlnano","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"2e9566730b88185bb811db5ecfaf02d1d1cca700"},"previous_names":["maltsev/gulp-htmlnano"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posthtml%2Fgulp-htmlnano","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posthtml%2Fgulp-htmlnano/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posthtml%2Fgulp-htmlnano/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posthtml%2Fgulp-htmlnano/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/posthtml","download_url":"https://codeload.github.com/posthtml/gulp-htmlnano/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246168110,"owners_count":20734390,"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":"2025-02-04T09:20:34.516Z","updated_at":"2025-03-29T10:12:48.831Z","avatar_url":"https://github.com/posthtml.png","language":"JavaScript","readme":"# gulp-htmlnano\n[![npm version](https://badge.fury.io/js/gulp-htmlnano.svg)](http://badge.fury.io/js/gulp-htmlnano)\n[![Build Status](https://travis-ci.org/posthtml/gulp-htmlnano.svg?branch=master)](https://travis-ci.org/posthtml/gulp-htmlnano)\n\nMinify HTML with [htmlnano](https://github.com/posthtml/htmlnano).\n\n\n## Install\n```\nnpm install --save-dev gulp-htmlnano\n```\n\n\n## Usage\n```js\nvar gulp = require('gulp');\nvar htmlnano = require('gulp-htmlnano');\nvar options = {\n    removeComments: false\n};\n\ngulp.task('default', function() {\n    return gulp\n        .src('./index.html')\n        .pipe(htmlnano(options))\n        .pipe(gulp.dest('./build'));\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposthtml%2Fgulp-htmlnano","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposthtml%2Fgulp-htmlnano","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposthtml%2Fgulp-htmlnano/lists"}