This is a terrible little hack that uses Git submodules to pull your npm deps.
Clone the repository and install dependencies without npm.
git clone --recurse-submodules -j8 [email protected]:christianbundy/git-npm.git
cd git-npm
node test
See more options with the git-npm
command.
$ ./bin/git-npm --help
Usage: git-npm [options]
Commands:
git-npm install Install dependencies from package.json
git-npm add <moduleName> Add a module to node_modules and package.json
Options:
--version Show version number [boolean]
-h, --help Show help [boolean]
AGPL-3.0