{"id":26367779,"url":"https://github.com/gjermundgaraba/gulp-clean-compiled-typescript","last_synced_at":"2025-03-16T21:18:39.917Z","repository":{"id":57257048,"uuid":"57149345","full_name":"gjermundgaraba/gulp-clean-compiled-typescript","owner":"gjermundgaraba","description":"Gulp plugin that cleans compiled output from typescript files (.js, js.map and d.ts files)","archived":false,"fork":false,"pushed_at":"2016-12-13T06:42:39.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T15:48:01.935Z","etag":null,"topics":["gulp-plugins","javascript","npm-package","typescript"],"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/gjermundgaraba.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-04-26T17:44:28.000Z","updated_at":"2018-08-29T03:57:57.000Z","dependencies_parsed_at":"2022-09-02T19:12:21.311Z","dependency_job_id":null,"html_url":"https://github.com/gjermundgaraba/gulp-clean-compiled-typescript","commit_stats":null,"previous_names":["bjaanes/gulp-clean-compiled-typescript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjermundgaraba%2Fgulp-clean-compiled-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjermundgaraba%2Fgulp-clean-compiled-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjermundgaraba%2Fgulp-clean-compiled-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjermundgaraba%2Fgulp-clean-compiled-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gjermundgaraba","download_url":"https://codeload.github.com/gjermundgaraba/gulp-clean-compiled-typescript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243933428,"owners_count":20370988,"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":["gulp-plugins","javascript","npm-package","typescript"],"created_at":"2025-03-16T21:18:39.459Z","updated_at":"2025-03-16T21:18:39.909Z","avatar_url":"https://github.com/gjermundgaraba.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-clean-compiled-typescript\nGulp plugin that cleans compiled output from typescript files (generated .js, js.map and .d.ts files)\n\nThe plugin supports .ts and .tsx files.\n\n## Install\n\n```\n$ npm install --save-dev gulp-clean-compiled-typescript\n```\n\n## What it deletes\n\nThe plugin only supports deleting compiled files with the same name as the TypeScript file that are adjacent to said file.\n\nIf you by accident send in non-TypeScript files, they will completely ignored.\n\nThat means that if you send in a file with the following filename:\n```\n/some/path/some-file.ts\n```\n\nThe following files will be deleted (if they exist):\n```\n/some/path/some-file.js\n/some/path/some-file.js.map\n/some/path/some-file.d.ts\n```\n\n## Example\n\nYou send in the typescript files which have compiled files.\n\n```js\nvar cleanCompiledTypeScript = require('gulp-clean-compiled-typescript');\n\ngulp.task('default', function () {\n\treturn gulp.src('./app/**/*.ts')\n        .pipe(cleanCompiledTypeScript());\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjermundgaraba%2Fgulp-clean-compiled-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgjermundgaraba%2Fgulp-clean-compiled-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjermundgaraba%2Fgulp-clean-compiled-typescript/lists"}