Last active
July 10, 2018 01:32
-
-
Save ymxmore/2ff1c75e531a0bb4d332584dc52452cf 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
| # npm global | |
| npm install -g \ | |
| np \ | |
| npm-check-updates \ | |
| fixpack \ | |
| gulp \ | |
| yarn \ | |
| eslint \ | |
| eslint-config-google | |
| # yarn global | |
| yarn global add \ | |
| np \ | |
| npm-check-updates \ | |
| fixpack \ | |
| gulp \ | |
| eslint \ | |
| eslint-config-google |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment