A simple Go command-line tool to check if a given app name exists on the iOS App Store.
- Go 1.18 or newer
Clone the repository and install dependencies:
go install github.com/abakermi/asc@latestRun the tool with the app name you want to check:
asc <app_name>Example:
asc rafeeqYou will see a spinner while the tool checks the App Store, and then a message indicating whether the app exists.
You can see usage instructions with:
asc --helpMIT
