install-github-dep

0.0.4 • Public • Published

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')
})

Readme

Keywords

none

Package Sidebar

Install

npm i install-github-dep

Weekly Downloads

5

Version

0.0.4

License

MIT

Unpacked Size

9.22 kB

Total Files

12

Last publish

Collaborators

  • davidwells