mirror of
https://github.com/sajenim/javascript-template.git
synced 2025-12-17 03:50:40 +08:00
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:
parent
6f67a0dc1a
commit
506821f638
4 changed files with 32 additions and 2 deletions
|
|
@ -21,6 +21,7 @@ in {
|
|||
nativeBuildInputs = with pkgs;
|
||||
[
|
||||
bun
|
||||
nodejs
|
||||
eslint
|
||||
just
|
||||
prettierd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue