Last active
February 1, 2017 18:34
-
-
Save dannycroft/e8fa897204a0f80171578bedb9503290 to your computer and use it in GitHub Desktop.
Super fast npm installs - https://docs.npmjs.com/misc/config#cache-min
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 config set cache-min 9999999 | |
| CACHE ALL THE THINGS!!! | |
| ─────────────────────────────▄██▄ | |
| ─────────────────────────────▀███ | |
| ────────────────────────────────█ | |
| ───────────────▄▄▄▄▄────────────█ | |
| ──────────────▀▄────▀▄──────────█ | |
| ──────────▄▀▀▀▄─█▄▄▄▄█▄▄─▄▀▀▀▄──█ | |
| ─────────█──▄──█────────█───▄─█─█ | |
| ─────────▀▄───▄▀────────▀▄───▄▀─█ | |
| ──────────█▀▀▀────────────▀▀▀─█─█ | |
| ──────────█───────────────────█─█ | |
| ▄▀▄▄▀▄────█──▄█▀█▀█▀█▀█▀█▄────█─█ | |
| █▒▒▒▒█────█──█████████████▄───█─█ | |
| █▒▒▒▒█────█──██████████████▄──█─█ | |
| █▒▒▒▒█────█───██████████████▄─█─█ | |
| █▒▒▒▒█────█────██████████████─█─█ | |
| █▒▒▒▒█────█───██████████████▀─█─█ | |
| █▒▒▒▒█───██───██████████████──█─█ | |
| ▀████▀──██▀█──█████████████▀──█▄█ | |
| ──██───██──▀█──█▄█▄█▄█▄█▄█▀──▄█▀ | |
| ──██──██────▀█─────────────▄▀▓█ | |
| ──██─██──────▀█▀▄▄▄▄▄▄▄▄▄▀▀▓▓▓█ | |
| ──████────────█▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█ | |
| ──███─────────█▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█ | |
| ──██──────────█▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█ | |
| ──██──────────█▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█ | |
| ──██─────────▐█▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█ | |
| ──██────────▐█▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█ | |
| ──██───────▐█▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█▌ | |
| ──██──────▐█▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█▌ | |
| ──██─────▐█▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█▌ | |
| ──██────▐█▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓█▌ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment