pnpm-install
v1.0.2
Published
My awesome typescript library
Downloads
17
Readme
pnpm-install
Install
npm i pnpm-install
Usage
import { install } from 'pnpm-install'
install(
[ 'react@17', 'react-dom@17' ],
{
cwd: '...',
registry: '...',
cacheDir: '...',
storeDir: '...',
}
).then( () => {} )
License
MIT © fengzilong