{"id":19044162,"url":"https://github.com/gulp-plugin/eol","last_synced_at":"2025-07-05T05:34:58.675Z","repository":{"id":38359256,"uuid":"386077798","full_name":"gulp-plugin/eol","owner":"gulp-plugin","description":"Gulp plugin to ensure consistent end of line characters.","archived":false,"fork":false,"pushed_at":"2023-01-16T11:09:17.000Z","size":539,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T04:57:24.438Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/gulp-plugin.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":"2021-07-14T21:12:14.000Z","updated_at":"2021-09-02T17:19:08.000Z","dependencies_parsed_at":"2023-02-10T02:45:28.957Z","dependency_job_id":null,"html_url":"https://github.com/gulp-plugin/eol","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulp-plugin%2Feol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulp-plugin%2Feol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulp-plugin%2Feol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulp-plugin%2Feol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gulp-plugin","download_url":"https://codeload.github.com/gulp-plugin/eol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240100559,"owners_count":19747689,"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-11-08T22:45:04.759Z","updated_at":"2025-02-21T23:18:05.330Z","avatar_url":"https://github.com/gulp-plugin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @gulp-plugin/eol ![npm (custom registry)](https://img.shields.io/npm/v/@gulp-plugin/eol?logo=npm) [![GitHub Package Registry version](https://img.shields.io/github/release/gulp-plugin/eol.svg?label=gpr\u0026logo=github)](https://github.com/gulp-plugin/eol/packages/)\n\n\n[![Build](https://github.com/gulp-plugin/eol/actions/workflows/node.js.yml/badge.svg)](https://github.com/gulp-plugin/eol/actions/workflows/node.js.yml)\n[![Coverage Status](https://coveralls.io/repos/github/gulp-plugin/eol/badge.svg?branch=main)](https://coveralls.io/github/gulp-plugin/eol?branch=main) [![dependencies Status](https://david-dm.org/gulp-plugin/eol/status.svg)](https://david-dm.org/gulp-plugin/eol)\n\nGulp plugin to ensure consistent end of line characters.\n\n## Install\n\n`npm install --save-dev @gulp-plugin/eol`\n\n## Usage\n\n```typescript\n\nconst typescript = require('gulp-typescript')\nconst sourcemaps = require('gulp-sourcemaps')\nconst eol = require('gulp-plugin/eol')\n\nconst project = typescript.createProject('tsconfig.json')\n\n\nfunction build() {\n  src('./src/**/*.ts')\n    .pipe(eol({ eol: '\\n' }))\n    .pipe(sourcemaps.init())\n    .pipe(project())\n\n  return compiled.js\n    .pipe(sourcemaps.write({ sourceRoot: file =\u003e path.relative(path.join(file.cwd, file.path), file.base) }))\n    .pipe(dest('build/'))\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgulp-plugin%2Feol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgulp-plugin%2Feol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgulp-plugin%2Feol/lists"}