Macでアプリケーションのバージョンを取得する /usr/libexec/PlistBuddy -c ‘Print CFBundleShortVersionString’ /Applications/Docker.app/Contents/Info.plist @iwasakiハック2018.01.23 482
Android SDKのインストール済パッケージを確認する sdkmanager –list | sed -e ‘/Available Packages/q’ @iwasakiハック2018.01.23 377
各プログラムのバージョンを確認する Java java -version javac -version mvn –version Node node -v npm version Perl perl -V:version Python python –… @iwasakiハック2018.01.23 185
iPhone実機でローカル環境に接続するとhttpsでないためエラーが出る The resource could not be loaded because the App Transport Security policy requires the use of a secure connec… @iwasakiハック2018.01.09 2,751
Atomのプラグインを最新にする apm upgrade 参考 https://discuss.atom.io/t/command-to-update-all-installed-packages/1408/8 @iwasakiハック2018.01.09 489
atomのフォーマットルールを統一する Atomで使っているプラグイン JavaScriptのフォーマッタ:prettier-atom JavaScriptの構文チェックツール:linter-eslint ファイル保存時に構文チェックを行って、そのルールに従っ… @iwasakiハック2018.01.09 612