A minimal skeleton for chubbyts-framework.
- node: 18
- @chubbyts/chubbyts-dic: ^2.0.2
- @chubbyts/chubbyts-dic-config: ^2.0.1
- @chubbyts/chubbyts-dic-types: ^2.0.1
- @chubbyts/chubbyts-framework: ^3.0.2
- @chubbyts/chubbyts-framework-router-path-to-regexp: ^3.0.0
- @chubbyts/chubbyts-http-error: ^3.0.1
- @chubbyts/chubbyts-log-types: ^3.0.1
- @chubbyts/chubbyts-pino-adapter: ^3.0.2
- @chubbyts/chubbyts-undici-server: ^1.0.1
- @chubbyts/chubbyts-undici-server-node: ^1.0.1
- commander: ^14.0.2
- pino: ^10.1.1
Add the following environment variable to your system, for example within ~/.bashrc or ~/.zshrc:
export USER_ID=$(id -u)
export GROUP_ID=$(id -g)Make sure all the mount points are given
touch ~/.bash_docker
touch ~/.bash_historytouch ~/.gitconfig
touch ~/.gitignoremkdir -p ~/.local/share/opencode
[ ! -f ~/.local/share/opencode/auth.json ] && echo '{}' > ~/.local/share/opencode/auth.jsontouch ~/.zsh_docker
touch ~/.zsh_historydocker-compose up -d
docker-compose exec node bashpnpm startCommands is code that is meant to be executed on command line.
Handler alias Controller, or Controller actions to be more precise.
Service factories are the glue code of the dependeny injection container.
2026 Dominik Zogg