{"id":19778326,"url":"https://github.com/npkgz/gulp-prettyerror","last_synced_at":"2025-04-30T20:30:56.991Z","repository":{"id":47926331,"uuid":"53858484","full_name":"npkgz/gulp-prettyerror","owner":"npkgz","description":":hash: Display Errors in a pretty way, without breaking watch tasks","archived":false,"fork":false,"pushed_at":"2022-12-05T02:45:54.000Z","size":212,"stargazers_count":14,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-31T00:51:37.343Z","etag":null,"topics":["developer-tools","error-handling","error-messages","error-reporting","gulp","gulp-plugin"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gulp-prettyerror","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/npkgz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-14T13:29:26.000Z","updated_at":"2024-09-01T07:27:53.000Z","dependencies_parsed_at":"2023-01-22T23:15:21.405Z","dependency_job_id":null,"html_url":"https://github.com/npkgz/gulp-prettyerror","commit_stats":null,"previous_names":["andidittrich/gulp-prettyerror"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npkgz%2Fgulp-prettyerror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npkgz%2Fgulp-prettyerror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npkgz%2Fgulp-prettyerror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npkgz%2Fgulp-prettyerror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/npkgz","download_url":"https://codeload.github.com/npkgz/gulp-prettyerror/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224223966,"owners_count":17276283,"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":["developer-tools","error-handling","error-messages","error-reporting","gulp","gulp-plugin"],"created_at":"2024-11-12T05:28:55.513Z","updated_at":"2024-11-12T05:28:55.997Z","avatar_url":"https://github.com/npkgz.png","language":"JavaScript","readme":"GULP-PrettyError\n================\nDisplay Errors in a pretty way, without breaking watching tasks\n\n```bash\n$ yarn add gulp-prettyerror\n```\n\n![Screenshot](https://github.com/AndiDittrich/gulp-prettyerror/raw/master/screenshot1.jpg)\n\nFeatures\n--------\n\n* **Simple**, **Robust** and **Easy** to use\n* Displays task errors during development without breaking gulp-watch tasks\n* Uses [gulp-plumber](https://www.npmjs.com/package/gulp-plumber) to override the standard error handling\n* Output styling created with [gulplog](https://www.npmjs.com/package/gulplog) and [ansi-colors](https://www.npmjs.com/package/ansi-colors)\n\nUsage\n------\n\n```js\nvar prettyError = require('gulp-prettyerror');\n\n// default release build\ngulp.task('js', function (){\n    return gulp.src(['Source/Lib/**/*.js')\n        // add task error-handler\n        .pipe(prettyError())\n\n        // create sourcemaps for development\n        .pipe(sourcemaps.init())\n\n        // some stuff\n        .pipe(...);\n});\n```\n\n\nAny Questions ? Report a Bug ? Enhancements ?\n---------------------------------------------\nPlease open a new issue on [GitHub](https://github.com/AndiDittrich/gulp-prettyerror/issues)\n\nLicense\n-------\nGulp-PrettyError is OpenSource and licensed under the Terms of [The MIT License (X11)](http://opensource.org/licenses/MIT). You're welcome to [contribute](https://github.com/AndiDittrich/gulp-prettyerror/blob/master/CONTRIBUTE.md)!","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpkgz%2Fgulp-prettyerror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnpkgz%2Fgulp-prettyerror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpkgz%2Fgulp-prettyerror/lists"}