newman: init at 5.2.0

This commit is contained in:
freezeboy
2020-09-11 12:35:38 +02:00
parent 28224516e5
commit 554c1c4c24
7 changed files with 6549 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p nodePackages.node2nix
node2nix \
--node-env node-env.nix \
--development \
--input package.json \
--output node-packages.nix \
--composition node-composition.nix