[0] https://nodejs.org/api/cli.html#-require-module
[1] https://nodejs.org/api/module.html#moduleregisterhooksoption...
Show HN: Nub – A Bun-like all-in-one toolkit for Node.js
github.com
1–10 of 85 posts
[0] https://nodejs.org/api/cli.html#-require-module
[1] https://nodejs.org/api/module.html#moduleregisterhooksoption...
Show HN: Nub – A Bun-like all-in-one toolkit for Node.js
github.com
0 issues, ridiculously fast.
Nice, I think this fills a niche. Does it work on cloudflare workers?
The other pieces of the toolkit could absolutely be used: package manager, script runner, package runner. Works with anything that implements the Node module resolution algorithm (actually Yarn PnP also works out of the box...).
Just merged a PR migrating our entire monorepo to nub. 0 issues, ridiculously fast.
nice ! does this work on docker containers ?
FROM node:26-slim
RUN npm i -g @nubjs/nub
Works with any Node version down to 18.19 but recommend 22.15+ for best performance (that's when synchronous registerHooks was introduced[0])[0] https://nodejs.org/api/module.html#moduleregisterhooksoption...
I didn't even click on the link. I just came to give the author a hat-tip on the project name. Well played.