1.0.2 • Published 4 years ago

gadd v1.0.2

Weekly downloads
7
License
BSD-3-Clause
Repository
github
Last release
4 years ago

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
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago