Add a small explanation on how to package node packages
This commit is contained in:
parent
320b791725
commit
0b08e521c8
1 changed files with 3 additions and 0 deletions
3
packages/node/README.md
Normal file
3
packages/node/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Packaging node packages
|
||||
|
||||
To package a node package, add it to the array in `packages.json`. Then execute `nix-shell -p nodePackages.node2nix --run "node2nix --node12 -i packages.json"`.
|
Loading…
Add table
Add a link
Reference in a new issue