Nub: an all-in-one toolkit for Node.js (opens in new tab)
> A Rust CLI that augments the Node you already have — TypeScript that just runs, a faster script runner, and a fast bin runner. It augments Node.js instead of trying to replace it. Nub is an all-in-one toolkit powered by Node.js that **modernizes** the developer experience of the Node.js ecosystem. Use it instead of `node`, `npm run`, and `npx` (or the equivalents in your preferred package manager). ```console $ npm install -g --ignore-scripts=false @nubjs/nub $ nub index.ts ...
Read the original article