You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just found this project and i personally think this is going the right way!
Are you having any plans to use bun as a runtime/package manager, biome as a linter/formatter and maybe nix flakes for reproducible development environments?
Just a little bit of context:
bun is just a faster and cleaner runtime than node and a faster package manager than npm
biome is a rust based linter and formatter for typescript/css which also has some nice features like depdency reordering. They state to be 35x faster than prettier.
A nix flake is a file called flake.nix, where you can set up a repository state with package dependencies and share the same versions of packages (for e.g. npm, bun, deno, node, pnpm, yarn) across developers so you can better reporduce errors and effectively be more productive. U can just simply type nix develop and you get a shell with everything configured for the project in the nix flake.
I would also be happy to set this up!
The text was updated successfully, but these errors were encountered:
Just found this project and i personally think this is going the right way!
Are you having any plans to use
bun
as a runtime/package manager,biome
as a linter/formatter and maybenix flakes
for reproducible development environments?Just a little bit of context:
flake.nix
, where you can set up a repository state with package dependencies and share the same versions of packages (for e.g. npm, bun, deno, node, pnpm, yarn) across developers so you can better reporduce errors and effectively be more productive. U can just simply typenix develop
and you get a shell with everything configured for the project in the nix flake.I would also be happy to set this up!
The text was updated successfully, but these errors were encountered: