Add interactive REPL with helpers and improve package management

- Add Node.js to devshell for mature, stable REPL
- Create .replrc.js with println() and dir() helpers
- Add 'just repl' command with auto-loaded helpers
- Add 'just add-dev' and 'just remove' for package management
- Update README with complete command reference and feature list
This commit is contained in:
♥ Minnie ♥ 2025-10-27 22:44:14 +08:00
parent 6f67a0dc1a
commit 506821f638
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
4 changed files with 32 additions and 2 deletions

View file

@ -21,6 +21,7 @@ in {
nativeBuildInputs = with pkgs;
[
bun
nodejs
eslint
just
prettierd