diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-10-02 11:08:43 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-10-02 11:08:43 +0200 |
commit | 61a691e9f4eb2d428be9095ef5fc2b5a69bff41e (patch) | |
tree | 55c72e4e37032ac98be7bd5976add16bf1c16e16 | |
parent | 0215671c6aab24e1885074761f44c502f0bb00e2 (diff) | |
download | npm.nix-61a691e9f4eb2d428be9095ef5fc2b5a69bff41e.tar.gz |
Mention npm4nix
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,11 +20,13 @@ Guideline](https://www.debian.org/doc/debian-policy/). We build every JavaScript package from its source code, we can apply any patches, we can control what is installed. +To help adding and updaing packages there is the +[npm4nix](https://github.com/ip1981/npm4nix) utility. + To be (maybe) done ================== -* A tool similar to [cabal2nix](https://github.com/NixOS/cabal2nix). * Something like `nodeWithPackages`. * Bundles. For example, a closed set of tarballs, so that NPM can install them and resolve depenednecies offline. Or simply a bundle with `node_modules` |