0.0.6 • Published 2 years ago

yarn-install-dev v0.0.6

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

yarn-install-dev

Install selected packages from devDependencies.

This is to provide solution for yarnpkg/yarn#5201 and yarnpkg/yarn#3254.

Installation

Recommended installation is to install as global.

npm install -g yarn-install-dev

Usage

Install typescript version specified in devDependencies:

yarn-install-dev typescript

This will run yarn install --frozen-lockfile --production with modified package.json. The package.json file is restored to original state after yarn execution.

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago