Last active
December 10, 2017 15:51
-
-
Save 1951FDG/5f4ab0b72fd004f716bc to your computer and use it in GitHub Desktop.
SixtyFourWeb
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
| brew list | |
| brew outdated | |
| brew upgrade node | |
| brew uses -installed node | |
| sudo npm -g install npm (update npm) | |
| npm list -g --depth=0 (list of modules) | |
| npm outdated -g --depth=0 (list of modules to be updated) | |
| npm-check-updates -g (list of modules to be updated) | |
| npm -g install bower | |
| npm -g install npm-check-updates | |
| cd /Volumes/Backup/Users/administrator/Developer/SixtyFourWeb | |
| bower list | |
| bower update | |
| npm list --depth=0 | |
| npm prune | |
| npm list --depth=0 | |
| npm install [email protected] | |
| npm install brunch --save | |
| npm uninstall brunch --save | |
| npm run brunch-build | |
| npm run brunch-uncss | |
| npm run brunch-watch | |
| npm outdated --depth=0 | |
| npm-check-updates | |
| npm-check-updates -u | |
| npm update | |
| cd ~/Library/Application\ Support/Brackets/extensions/user | |
| git clone --recursive [email protected]:eip/brackets-beautify.git | |
| cd ~/Library/Application\ Support/Brackets/extensions/user | |
| git clone [email protected]:htmllint/brackets-htmllint.git htmllint.htmllint-brackets | |
| cd htmllint.htmllint-brackets/node | |
| npm install | |
| npm uninstall htmllint | |
| npm outdated --depth=0 | |
| npm-check-updates -u | |
| npm update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment