0.0.4 • Published 3 years ago

install-github-dep v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

Install Github Deps

Install github repos as dependencies within projects

This allows you to work directly on a given repos source code while using it in a given project.

Use in postinstall hook

const installGithubDep = require('install-github-dep')

/* usage */
installGithubDep('https://github.com/davidwells/markdown-magic', () => {
  console.log('working git repo installed to ./markdown-magic')
})