mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-10 15:54:13 +00:00
node.js: mention npmlock2nix
Also differentiate it from node2nix and fix the name of npm lockfile.
This commit is contained in:
parent
6c62c35785
commit
10730c7bb2
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@
|
|||
### Node.js
|
||||
|
||||
* [Napalm](https://github.com/nmattia/napalm) - Support for building npm packages in Nix with a lightweight npm registry.
|
||||
* [node2nix](https://github.com/svanderburg/node2nix) - Generate Nix expressions from a `package.lock` npm file.
|
||||
* [node2nix](https://github.com/svanderburg/node2nix) - Generate Nix expression from a `package-lock.json` (to be stored as files).
|
||||
* [npmlock2nix](https://github.com/tweag/npmlock2nix) - Generate Nix expressions from a `package-lock.json` (in-memory), primarily for web projects.
|
||||
* [yarn2nix](https://github.com/nix-community/yarn2nix) - Generate Nix expressions from a `yarn.lock` file.
|
||||
|
||||
### PHP
|
||||
|
|
Loading…
Reference in a new issue