Last active
September 11, 2022 19:46
-
-
Save iSkore/e879b84dccda1c96e8b1b0877a8685f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node -e "const x=require(process.cwd()+'/package.json');console.log('npm i -D',Object.keys(x.devDependencies).join(' '));console.log('npm i -S',Object.keys(x.dependencies).join(' '));" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment