diff options
| author | Bruno Bigras <bigras.bruno@gmail.com> | 2020-01-16 17:53:21 -0500 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2020-01-17 11:59:34 +0300 |
| commit | 9c31ac67a92c7119d349dd1160448dd40067c937 (patch) | |
| tree | 346e2cc5b2fa9f7cd5e4a4f34effec2922ae2160 | |
| parent | d7004f856a3d2ec0c9220ee6ca945fe0441e5676 (diff) | |
| download | npm4nix-9c31ac67a92c7119d349dd1160448dd40067c937.tar.gz | |
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,13 +6,13 @@ for the [Npm.nix](https://github.com/ip1981/npm.nix) project. Npm4nix is inspired by [Cabal2nix](https://github.com/NixOS/cabal2nix). Unfortunately, [npm2nix](https://github.com/NixOS/npm2nix) is already taken :) Thus, `npm4nix`. It supports local directories and tarballs (e. g. `*.tgz`), -remote tarballs, remote [Git](https://git-scm.com/) respositories. +remote tarballs, remote [Git](https://git-scm.com/) repositories. Requirements ============ -Npm4nix is written in JavaScript with minimum number of depednecies +Npm4nix is written in JavaScript with minimum number of dependencies and should be executed by [Node.js](https://nodejs.org). Npm4nix invokes [curl](https://curl.haxx.se/), Git, [GNU Tar](https://www.gnu.org/software/tar/), and |
