{"id":15824342,"url":"https://github.com/luwes/wet-run","last_synced_at":"2025-08-10T22:04:49.041Z","repository":{"id":84662587,"uuid":"606592467","full_name":"luwes/wet-run","owner":"luwes","description":"💦 Minimal static server, TAP test runner and conventional release flow","archived":false,"fork":false,"pushed_at":"2024-12-12T20:37:23.000Z","size":189,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-09T19:08:54.742Z","etag":null,"topics":["cli","command-line","git","github","github-actions","npm","publish","release","semver","server","tap","test-runner","version"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luwes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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-02-26T00:12:08.000Z","updated_at":"2024-12-26T07:36:56.000Z","dependencies_parsed_at":"2023-12-18T18:56:38.441Z","dependency_job_id":"61a11cd5-aeaa-4588-81d3-4c8d1c096da4","html_url":"https://github.com/luwes/wet-run","commit_stats":{"total_commits":133,"total_committers":2,"mean_commits":66.5,"dds":0.4135338345864662,"last_synced_commit":"05775ec96a3372b959016c61c96b078f07a36920"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/luwes/wet-run","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luwes%2Fwet-run","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luwes%2Fwet-run/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luwes%2Fwet-run/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luwes%2Fwet-run/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luwes","download_url":"https://codeload.github.com/luwes/wet-run/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luwes%2Fwet-run/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269794094,"owners_count":24476739,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","command-line","git","github","github-actions","npm","publish","release","semver","server","tap","test-runner","version"],"created_at":"2024-10-05T08:41:35.607Z","updated_at":"2025-08-10T22:04:48.993Z","avatar_url":"https://github.com/luwes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💦 Wet Run\n\n[![npm version](https://img.shields.io/npm/v/wet-run?style=flat-square\u0026color=success)](http://npmjs.org/wet-run) \n[![Codecov](https://img.shields.io/codecov/c/github/luwes/wet-run?style=flat-square)](https://app.codecov.io/gh/luwes/wet-run)\n\n\nMinimal static server, \n[TAP](https://testanything.org/) test runner and\n[conventional](https://www.conventionalcommits.org/en/v1.0.0/) release flow\nwith few dependencies.\n\n```bash\nnpm i -D wet-run\n```\n\n## Serve\n\nServe static files in current dir on port 8000. (powered by 🔥 [Hono](https://github.com/honojs/hono))\n\n```bash\nwet serve\n```\n\n- Positional: `\u003cpath\u003e`  \n- Flags: `--port`, `--cors`, `--redirect`, `--livereload`, `--ssl-cert`,\n`--ssl-key`, `--ssl-pass`, `--log-level`\n\n## Test Run\n\nRun tests in a real browser on the `test/` path. (powered by 🎭 [Playwright](https://github.com/microsoft/playwright/))\n\n```bash\nwet test\n```\n\n- Positional: `\u003cpath\u003e`  \n- Flags: `--port`, `--cors`, `--redirect`, `--servedir`, `--browser`, \n`--channel`, `--no-headless`, `--timeout`, `--coverage`, `--log-level`\n\n## Release\n\nCreate a new patch release with a conventional changelog and Github release.\n\n```bash\nwet release patch --changelog --github-release\n```\n\n- Positional: `[\u003cnewversion\u003e | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git | from-package]`   \n- Flags: `--prerelease`, `--preid`, `--tag`, `--access`, `--provenance`, `--changelog`, `--github-release`, `--dry-run`, `--log-level`  \n\n\n### Continuous deployment (CD)\n\nCheck [cd.yml](.github/workflows/cd.yml) for an example.\n\n- Requires [`NODE_AUTH_TOKEN`](https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry) for `npm publish`\n- Requires [`CONVENTIONAL_GITHUB_RELEASER_TOKEN`](https://github.com/conventional-changelog/releaser-tools/tree/master/packages/conventional-github-releaser) for Github releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluwes%2Fwet-run","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluwes%2Fwet-run","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluwes%2Fwet-run/lists"}