@lg-tools/install v0.2.2
@lg-tools/install
Install LeafyGreen packages
Usage
Use from @lg-tools/cli.
Install all @leafygreen-ui packages
> lg installInstall select packages by listing them:
> lg install lib paletteInstallation Options
You can also use flags to install specific subsets of packages:
Essential Packages
Install only the essential packages
(Essential packages includes only @leafygreen-ui/leafygreen-provider, @leafygreen-ui/emotion, and @leafygreen-ui/lib)
> lg install --essentialsBasic Packages
Install basic components. Includes essentials plus commonly used components. (See ./src/getPackagesToInstall.ts for the latest list of "basic" packages)
> lg install --basicScope-based Installation
Install only packages from specific scopes:
> lg install --core # Only installs @leafygreen-ui/* packages
> lg install --charts # Only installs @lg-charts/* packages
> lg install --chat # Only installs @lg-chat/* packagesFlags can be combined to install multiple scopes:
> lg install --core --charts # Install both UI and chart packages> lg install --basic --chat # Install the basic packages and all chat packagesOther Options
> lg install --dry # Dry run - shows what would be installed without making changes
> lg install --verbose # Shows detailed information during installation11 months ago
11 months ago
11 months ago
10 months ago
9 months ago
8 months ago
7 months ago
8 months ago
6 months ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago