{"id":20770535,"url":"https://github.com/hackolade/hck-esbuild-plugins-pack","last_synced_at":"2026-02-14T16:04:36.901Z","repository":{"id":193038657,"uuid":"687973697","full_name":"hackolade/hck-esbuild-plugins-pack","owner":"hackolade","description":"The pack of custom ESbuild plugins for packaging Hackolade plugins","archived":false,"fork":false,"pushed_at":"2025-02-11T17:49:36.000Z","size":13,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-01T18:20:07.671Z","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/hackolade.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-06T11:49:40.000Z","updated_at":"2023-09-06T12:11:50.000Z","dependencies_parsed_at":"2023-09-06T13:45:28.716Z","dependency_job_id":"5ada6d96-14d9-4067-b0ba-e0511d1664fc","html_url":"https://github.com/hackolade/hck-esbuild-plugins-pack","commit_stats":null,"previous_names":["hackolade/hck-esbuild-plugins-pack"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hackolade/hck-esbuild-plugins-pack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackolade%2Fhck-esbuild-plugins-pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackolade%2Fhck-esbuild-plugins-pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackolade%2Fhck-esbuild-plugins-pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackolade%2Fhck-esbuild-plugins-pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackolade","download_url":"https://codeload.github.com/hackolade/hck-esbuild-plugins-pack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackolade%2Fhck-esbuild-plugins-pack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29448988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-17T12:10:10.696Z","updated_at":"2026-02-14T16:04:36.872Z","avatar_url":"https://github.com/hackolade.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hck-esbuild-plugins-pack\nThe pack of custom ESbuild plugins for packaging Hackolade plugins\n\n## Contains\n- **copyFolderFiles** - Plugin for copy files from folder where script executed to package folder. Support excluding files by extension or by file name.\n- **addReleaseFlag** - Plugin for modifying package.json file by adding `release: true` flag\n\n## Installation\n```\nnpm install @hackolade/hck-esbuild-plugins-pack\n```\n\n## Usage\n```javascript\nimport { build } from 'esbuild';\nimport { copyFolderFiles, addReleaseFlag } from '@hackolade/hck-esbuild-plugins-pack';\n\n(async () =\u003e {\n    const res = await build({\n        entryPoints: ['./demo.js'],\n        bundle: true,\n        outfile: './dist/main.js',\n        plugins: [\n            copyFolderFiles({\n                fromPath: __dirname,\n                targetFolderPath: './dist',\n                excludedExtensions: ['.js', '.g4'],\n                excludedFiles: ['.github', 'package-lock.json'],\n            }),\n            addReleaseFlag('./dist/package.json'),\n        ],\n    });\n})();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackolade%2Fhck-esbuild-plugins-pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackolade%2Fhck-esbuild-plugins-pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackolade%2Fhck-esbuild-plugins-pack/lists"}