Skip to content

Instantly share code, notes, and snippets.

@iSkore
Last active September 11, 2022 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iSkore/e879b84dccda1c96e8b1b0877a8685f5 to your computer and use it in GitHub Desktop.
Save iSkore/e879b84dccda1c96e8b1b0877a8685f5 to your computer and use it in GitHub Desktop.
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