Skip to content

Instantly share code, notes, and snippets.

@cvan
Created March 23, 2020 22:42
Show Gist options
  • Select an option

  • Save cvan/3595937bf7ba5a2266c7fb3511c43b58 to your computer and use it in GitHub Desktop.

Select an option

Save cvan/3595937bf7ba5a2266c7fb3511c43b58 to your computer and use it in GitHub Desktop.
extract dependencies from package.json
copy(Object.keys(x).sort().map(i => ` - \`${i}\``).join('\n') + '\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment