Created
March 23, 2020 22:42
-
-
Save cvan/3595937bf7ba5a2266c7fb3511c43b58 to your computer and use it in GitHub Desktop.
extract dependencies from package.json
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
| 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