Tab makes it easy to add shell autocompletions to your JavaScript CLI.
Tab has already been adopted by the @cloudflare.social @nuxt.com and @vitest.dev CLIs. Are you next?
Tab makes it easy to add shell autocompletions to your JavaScript CLI.
Tab has already been adopted by the @cloudflare.social @nuxt.com and @vitest.dev CLIs. Are you next?
Typer is now the Python library to build CLIs with most GitHub stars ✨
It just surpassed Click a few days ago (it's still built on top of Click) 😅
To celebrate, a small release, 0.14.0 🎁
Thanks @patrick.wtf and @oxykodit.bsky.social for the help 🙇♂️
github.com/fastapi/typer
Typer is now the Python library to build CLIs with most GitHub stars ✨
It just surpassed Click a few days ago (it's still built on top of Click) 😅
To celebrate, a small release, 0.14.0 🎁
Thanks @patrick.wtf and @oxykodit.bsky.social for the help 🙇♂️
github.com/fastapi/typer
Me, now: I think I can actually uninstall VS Code because I'm not sure when the last time I used it was.
Me, now: I think I can actually uninstall VS Code because I'm not sure when the last time I used it was.
Enable compile cache at startup. It uses on-disk V8 code cache for faster warm starts.
typescript.js benchmark: 130ms -> 80ms
Best for CLIs that load lots of code.
Enable compile cache at startup. It uses on-disk V8 code cache for faster warm starts.
typescript.js benchmark: 130ms -> 80ms
Best for CLIs that load lots of code.
It's the 10x faster Go-based port 🔥
🔷 `tsgo` vs `tsc` CLIs allow comparing
🔷 --checkers sets checker thread count
🔷 --singleThreaded keeps parsing/emit/checking together
🔷 TS 6.0 deprecations are hard errors
🔷 API access is planned for TS 7.1
Built on a new native and parallelized foundation, it's already being used on multi-million line codebases.
Read up more here and try it on your projects today!
devblogs.microsoft.com/typescript/a...
It's the 10x faster Go-based port 🔥
🔷 `tsgo` vs `tsc` CLIs allow comparing
🔷 --checkers sets checker thread count
🔷 --singleThreaded keeps parsing/emit/checking together
🔷 TS 6.0 deprecations are hard errors
🔷 API access is planned for TS 7.1