| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.0.0-beta1 source code.tar.gz | 2026-03-15 | 1.2 MB | |
| 5.0.0-beta1 source code.zip | 2026-03-15 | 2.0 MB | |
| README.md | 2026-03-15 | 1.0 kB | |
| Totals: 3 Items | 3.2 MB | 0 | |
This is a major rewrite of the script. Even though I'm releasing it as a beta, I would strongly advise using this version. The older 4.x version had various problems that were never fully resolved, so all efforts will be directed to this new version.
The main goal of this script were:
- modernization
- supporting the upcoming
@generatedata/clipackage.
Code changes
- node 24 is now required
- moved codebase to monorepo. Now uses turborepo as the build orchestrator. All code separated into logical packages.
- general package updates.
Improvements
- installation and configuration should now be a lot simpler. There are various prechecks done in the code to confirm you've configured things properly, and it catches common errors during bootstrap/build like docker not running, containers already built, missing settings and more. See the installation instructions here.
- Various small UI updates.