Skip to content
forked from chayev/yurl

Universal Links / AASA File Validator

License

Notifications You must be signed in to change notification settings

Nikoloutsos/yurl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yURL: Universal Links / AASA File Validator

CircleCI Build Status GitHub License

yURL is a CLI (Command-Line Interface) and webapp that allows you to validate whether a URL is properly configured for Universal Links. This allows you to check if the apple-app-site-association (AASA) file exists and is in the proper format as defined by Apple.

macOS Install Instructions

Install with Brew (recommended)

Install yURL with Brew:

brew install chayev/tap/yurl

Install using cURL

Run the below command:

curl -sSL "https://github.com/chayev/yurl/releases/download/v0.3.2/yurl-v0.3.2-macOS-amd64.tar.gz" | sudo tar -xz -C /usr/local/bin yurl

Note: You will be prompted to enter your password because of the sudo command. 0.3.2 may need to be replaced with your desired version.

Linux Install Instructions

Install using cURL (recommended)

Run the below command:

curl -sSL "https://github.com/chayev/yurl/releases/download/v0.3.2/yurl-v0.3.2-linux-amd64.tar.gz" | sudo tar -xz -C /usr/local/bin yurl

Note: You will be prompted to enter your password because of the sudo command. 0.3.2 may need to be replaced with your desired version.

Install with Snap (deprecated)

Install yURL with Snap:

sudo snap install yurl

Windows Install Instructions

You could download the executable from the releases page. More instructions coming soon!

We are planning on supporting chocolatey package manager as well.

Usage and Example

Run yurl help for information on how to use yURL.

Example:

yurl aasa validate "https://www.google.com/search?q=gothamhq"

Contributing

Contributions to yURL of any kind are welcome! Feel free to open PRs or an issue.

Asking Support Questions

Feel free to open an issue if you have a question.

Reporting Issues

If you believe you have found a defect in yURL or its documentation, create an issue to report the problem. When reporting the issue, please provide the version of yURL in use (yurl version).

License

This repository is licensed under the MIT license. The license can be found here.

About

Universal Links / AASA File Validator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 73.3%
  • HTML 20.6%
  • CSS 6.1%