As easy as 1, 2, 3!
Updated:
- Aug, 08, 2022 update
configdocs for npm 8+ - Jul 27, 2021 add private scopes
- Jul 22, 2021 add dist tags
- Jun 20, 2021 update for
--access=public - Sep 07, 2020 update docs for
npm version
| git fetch --prune origin "+refs/tags/*:refs/tags/*" |
| new-alias() { | |
| local last_command=$(echo `history |tail -n2 |head -n1` | sed 's/[0-9]* //') | |
| echo alias $1="'""$last_command""'" >> ~/.bash_profile | |
| . ~/.bash_profile | |
| } |
| Run cmd as admin: | |
| slmgr –rearm |
| // | |
| // MyController.h | |
| // | |
| // Created by Ben Copsey on 20/07/2009. | |
| // Copyright 2009 All-Seeing Interactive. All rights reserved. | |
| // | |
| #import <Foundation/Foundation.h> | |
| #import <GHUnit/GHUnit.h> | |
| @class ASINetworkQueue; |