Skip to content

Lochlan/github-get-file-url-latest-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

get_file_url_github_latest_tag.py

This script outputs URLs of files from github repositories using the latest tag, which is often a way to find the latest stable versions of projects.

Usage:

$ python3 get_file_url_github_latest_tag.py [github-user] [github-repo] [file-path]

For example, to get the latest tagged version of Backbone.js:

$ python3 get_file_url_github_latest_tag.py jashkenas backbone backbone.js

About

Get file urls from a github repo using the most recent tag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages