UNPKG

auto-psgen-cli

Version:

A CLI tool to automate project structure setup for API test

3 lines (2 loc) 146 B
Get-Content dependencies.txt | ForEach-Object { npm install $_ } Get-Content devDependencies.txt | ForEach-Object { npm install $_ --save-dev }