諸行無常

IT色々お勉強中のブログ

2020-06-01から1ヶ月間の記事一覧

zshでブランチ名を表示する

.zshrcに以下を追加 # ブランチ名を色付きで表示させるメソッド function rprompt-git-current-branch { local branch_name st branch_status if [ ! -e ".git" ]; then # gitで管理されていないディレクトリは何も返さない return fi branch_name=`git rev-…

ag command 使う

install brew install the_silver_searcher 使い方 app/配下のaws文言を調べる ag aws app/ 圧縮ファイルの中検索 ag -z pthread rubyのみ検索 ag --ruby thote jsのみ検索 ag --js task app/

SwiftLintルール リンク集

qiita.com github.com qiita.com realm.github.io qiita.com qiita.com

expo実行方法、シード実行

iOS

expo start yarn babel-node scripts/seed~~~.js

なぜかXcodeコンパイルエラーになる時試してみること

なぜかコンパイルエラーになる時試したらいいかも cocoapodsのバージョンがあってない sudo gem update cocoapods You have to install development tools first.とか言われたらXcodeアプリの場所変わってるかも sudo xcode-select --switch /Applications/X…

fastlane実行コマンド

bundle exec fastlane match --readonly