Works

Apps

Websites

SwiftCodeGenerator

Swiftのボイラープレートコードを自動生成するためのツール https://shtnkgm.github.io/SwiftCodeGenerator (opens new window)

Promo2QR

iOSのプロモーションコードをQRコードでかんたんに入力するためのツール https://shtnkgm.github.io/Promo2QR/ (opens new window)

OSS

ImageTransition

画面遷移時に画像の拡大・縮小アニメーションを行うためのiOSライブラリ https://github.com/shtnkgm/AssetCatalogChecker (opens new window)

FaceCrawler

顔画像をWebクローリングで取得し、顔領域をクロップするPythonスクリプト https://github.com/shtnkgm/FaceCrawler (opens new window)

AssetCatalogChecker

iOSの利用されていない画像アセットを確認するためのシェルスクリプト https://github.com/shtnkgm/AssetCatalogChecker (opens new window)

$ sh AssetCatalogChecker.sh ./MyApp
==> Target Directory ./MyApp
==>"dev" not found
==>"Setting" found
==>"Crop" found
==>"Camera" found
==>"Highlight" found
==>"Delete" found
==>"Rainbow" not found
==>"Sun" found
==>"Upload" found
==>"Shadow" found
==>"Circle" not found
==>"DashedCircle" found
==>"RoundedSquare" found
==>"Exposure" found
==>"Rotate" found
==> 🍺 Finished!!!