Skip to content

christianbundy/git-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git-npm

This is a terrible little hack that uses Git submodules to pull your npm deps.

Install

Clone the repository and install dependencies without npm.

git clone --recurse-submodules -j8 [email protected]:christianbundy/git-npm.git
cd git-npm
node test

Usage

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]

License

AGPL-3.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published