You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In favor of better maintenance, performance, and a more cohesive architecture, I'm planning to make some major updates and migrate the opening issues to the next Poku version.
📦 Installing
# Node.js
npm i -D poku@canary
# Node.js + TypeScript
npm i -D poku@canary tsx
# Bun
bun add poku@canary
# Deno (optional)
deno add npm:poku@canary # use "deno run npm:poku@canary" to run tests
⚙️ Migrating
For Node.js users, make sure you have version 16.x.x or higher.
For Deno users, make sure you have version 2.x.x or higher.
Previous verbose reporter is now the default reporter (poku).
For Docker functionality, please migrate to its dedicated package:
npm i -D @pokujs/docker
- import { docker } from 'poku';+ import { docker } from '@pokujs/docker';
🗺️ Roadmap
The changes in the new version are relatively minor for the end user and are limited to just two tasks:
Migrate container feature to an independent package (e.g., @pokujs/docker), allowing better support for new container software such as Podman (e.g., @pokujs/podman), also improving maintenance.
In favor of better maintenance, performance, and a more cohesive architecture, I'm planning to make some major updates and migrate the opening issues to the next Poku version.
📦 Installing
⚙️ Migrating
16.x.xor higher.2.x.xor higher.verbosereporter is now the default reporter (poku).🗺️ Roadmap
The changes in the new version are relatively minor for the end user and are limited to just two tasks:
@pokujs/docker), allowing better support for new container software such as Podman (e.g.,@pokujs/podman), also improving maintenance.Note
Since the changes are relatively simple, I have no intention of preparing an
rcversion. Feel free to ask any questions or contribute ideas.📋 Internal tasks
watchmode.tsxhandling #1020