0.1.8 • Published 10 months ago

npm-git-submodules v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

npm-git-submodules

A NPM hook for fetching git submodules

Install

npm install --save-dev npm-git-submodules

Usage

Here an example of using git-submodules hook in package.json:

{
  "scripts": {
    "prepare": "git-submodules",
    // or
    "postinstall": "git-submodules"
  }
}

Or using with gitHooks:

{
  "gitHooks": {
    "post-checkout": "git-submodules --continue-on-error"
  }
}

For usage help run:

npm run git-submodules -- --help
# or
yarn run git-submodules --help

License

Licensed under the MIT license.

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago