gadd
v1.0.2
Published
clone and install packages from a github monorepo
Downloads
16
Readme
gadd
npx gadd <username/repo> --path packages/library
# Example: install @react-navigation/core from github.com/react-navigation/react-navigation
npx gadd react-navigation/react-navigation -p packages/core
Flags
Usage: gadd <project-root> [options]
Downloads and installs NPM packages from GitHub monorepos
Options:
-V, --version output the version number
-p, --path [name] The path inside of a GitHub repo where the package lives.
-d, --dev Install as a dev dependency
--use-npm Use npm to install dependencies. (default when Yarn is not installed)
--no-install Skip installing npm packages after extracting.
-h, --help output usage information